From a23ae6581149dfcaf0bf2e191d96d776a9167a13 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 1 Apr 2021 02:31:57 -0400 Subject: [PATCH] update changelog with notice about splitting --- Changelog.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e51ff7c17..92ad3d52f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Changelog -This is a list of changes to Slate with each new release. Until `1.0.0` is released, breaking changes will be added as minor version bumps, and smaller, patch-level changes won't be noted since the library is moving quickly while in beta. +This is a list of changes to Slate with each new release. Until `1.0` is released, breaking changes will be added as minor version bumps, and smaller, patch-level changes won't be noted since the library is moving quickly while in beta. + +--- + +> ⚠️ Until https://github.com/atlassian/changesets/issues/264 is solved, each package will maintain its own individual changelog, which you can find here: + +> - [slate](./packages/slate/CHANGELOG.md) +> - [slate-history](./packages/slate-history/CHANGELOG.md) +> - [slate-hyperscript](./packages/slate-hyperscript/CHANGELOG.md) +> - [slate-react](./packages/slate-react/CHANGELOG.md) ---