Update README + CHANGELOG

This commit is contained in:
Adam Ramberg 2020-03-22 23:59:18 +01:00
parent 5a2816e3ae
commit 1bf2de247c
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,6 @@
## 🐛 Bug fixes
- Added missing assembly definition. ([@AdamRamberg](https://github.com/AdamRamberg))
- Added missing meta. ([@AdamRamberg](https://github.com/AdamRamberg))
# 4.0.1 (March 21, 2020)
@ -43,6 +42,7 @@
- Added Collection and List Instancers. ([@AdamRamberg](https://github.com/AdamRamberg))
- Added an `OnInitialization` function to `AtomTags`. ([@AdamRamberg](https://github.com/AdamRamberg))
- New script for resetting Variables called `VariableResetter`. ([@AdamRamberg](https://github.com/AdamRamberg))
- Added property id to Variables. ([@AdamRamberg](https://github.com/AdamRamberg))
# 3.0.0 (February 24, 2020)

View File

@ -96,6 +96,7 @@ The Unity Atoms docs are now published at **https://adamramberg.github.io/unity-
- [Unity Atoms — Tiny modular pieces utilizing the power of Scriptable Objects](https://medium.com/@adamramberg/unity-atoms-tiny-modular-pieces-utilizing-the-power-of-scriptable-objects-e8add1b95201)
- [Announcing Unity Atoms v2](https://medium.com/@adamramberg/announcing-unity-atoms-v2-1719ef3e587e)
- [Unity Atoms v4 is out!](https://medium.com/@adamramberg/unity-atoms-v4-is-out-b15a37da49da)
## How does it work?