From 100d69262cf81c07d51b7222c8d018d57585661f Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sun, 10 Jun 2018 15:52:42 -0700 Subject: [PATCH] Update CHANGES --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c01db101..a2067c4b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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))