There was an error while loading. Please reload this page.
1 parent 006fbbb commit 6047edaCopy full SHA for 6047eda
1 file changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [2.0-rc1] (2021-03-14)
4
+
5
### Scoped and shared values (#1)
6
7
Now there are two types of memory values: scoped (to class) and shared.
@@ -109,5 +111,6 @@ You should use `mutableMap` and `mutableList` for mutable versions of collection
109
111
110
112
Public release
113
-[unreleased]: https://github.com/RedMadRobot/mapmemory/compare/v1.1...main
114
+[unreleased]: https://github.com/RedMadRobot/mapmemory/compare/v2.0-rc1...main
115
+[2.0-rc1]: https://github.com/RedMadRobot/mapmemory/compare/v1.1...v2.0-rc1
116
[1.1]: https://github.com/RedMadRobot/mapmemory/compare/v1.0...v1.1
0 commit comments