Update README and CHANGES from 0.4.12 release

This commit is contained in:
Lucien Greathouse
2018-06-24 14:09:57 -07:00
parent f5599b95b3
commit 5e08093609
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
# Rojo Change Log
## Current master
* *No changes*
The `master` branch is currently undergoing a major rewrite to lay the groundwork for bidirectional syncing and other robustness improvements. Check out the `v0.4.x` branch for the current release.
## 0.4.12 (June 21, 2018)
* Fixed obscure assertion failure when renaming or deleting files ([#78](https://github.com/LPGhatguy/rojo/issues/78))
* Added a `PluginAction` for the sync in command, which should help with some automation scripts ([#80](https://github.com/LPGhatguy/rojo/pull/80))
## 0.4.11 (June 10, 2018)
* Defensively insert existing instances into RouteMap; should fix most duplication cases when syncing into existing trees.