From e731811911ebaf877bda26c91b6b31e32b5b68cd Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 20 Dec 2017 22:54:10 -0800 Subject: [PATCH] Add changes from serve-instances merge --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index aa8f2a57..bccf1aa1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,9 @@ # Rojo Change Log ## Current Master -* No changes +* Began protocol version 1, which shifts more responsibility onto the server + * The server now has a content of 'filter plugins', which transform data at various stages in the pipeline + * The server now exposes Roblox instance objects instead of file contents, which lines up with how `rojo pack` will work, and paves the way for more robust syncing. ## 0.3.2 * Fixed `rojo serve` failing to correctly construct an absolute root path when passed as an argument