From 7b824abe52c26be5e27f150362e30a884b39b96b Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 1 Jun 2018 23:30:59 -0700 Subject: [PATCH] Update CHANGES --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1788e524..fb2914ea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,9 @@ # Rojo Change Log ## Current master -* Fixed obscure error when syncing into an invalid service -* Fixed multiple sync processes occurring when a server ID mismatch is detected +* 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)) +* Fixed obscure error when syncing into an invalid service. +* Fixed multiple sync processes occurring when a server ID mismatch is detected. ## 0.4.9 (May 26, 2018) * Fixed warning when renaming or removing files that would sometimes corrupt the instance cache ([#72](https://github.com/LPGhatguy/rojo/pull/72))