From 5900effbf14ed1065f7b01079001ebe27129eaaa Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Tue, 17 Jan 2023 16:34:07 +0000 Subject: [PATCH] docs: Remove breaking changes warning from change log. --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589ba89..dd4bbb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,6 @@ Note: OrbitDB follows [semver](https://semver.org/). We are currently in alpha: ### ESM In this release we've updated OrbitDB and all of its modules to use [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), JavaScript Modules. -**Note that this is a breaking change and is not backwards compatible!** - -usage - ### Latest js-ipfs This release also brings compatibility with the latest version of js-ipfs (v0.66.0).