Update CHANGES

This commit is contained in:
Lucien Greathouse
2018-06-10 15:52:42 -07:00
parent 5e01658846
commit 100d69262c

View File

@@ -1,7 +1,10 @@
# Rojo Change Log
## Current master
* *No changes*
* Defensively insert existing instances into RouteMap; should fix most duplication cases when syncing into existing trees.
* Fixed incorrect synchronization from `Plugin:_pull` that would cause polling to create issues
* Fixed incorrect file routes being assigned to `init.lua` and `init.model.json` files
* Untangled route handling-internals slightly
## 0.4.10 (June 2, 2018)
* Added support for `init.model.json` files, which enable versioning `Tool` instances (among other things) with Rojo. ([#66](https://github.com/LPGhatguy/rojo/issues/66))