diff --git a/CHANGELOG.md b/CHANGELOG.md index 9311f6c..e46e9ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* -- [4.0.0-beta.5](#400-beta.3) +- [4.0.2](#402) +- [4.0.1](#401) +- [4.0.0](#400) - [3.5.0](#350) - [3.4.1](#341) - [3.4.0](#340) @@ -78,6 +80,16 @@ +## 4.0.2 + +- Make collection2 compatible with the newly released RC +- Move common code between `_methodMutation` and `_methodMutationAsync` into its own code + +## 4.0.1 + +- Fix dynamic import https://github.com/Meteor-Community-Packages/meteor-collection2/pull/450 + + ## 4.0.0 - Make collection2 compatible with Meteor 3.0 thanks to the [awesome work](https://github.com/Meteor-Community-Packages/meteor-collection2/pull/443) by @klablink