Document JSON syncing and fix README typos

This commit is contained in:
Lucien Greathouse
2018-02-21 23:48:37 -08:00
parent ebffba9589
commit 2c188738e6
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Rojo Change Log
## Current Master (0.4.0)
* Began protocol version 1, which shifts more responsibility onto the server
* Protocol version 1, which shifts more responsibility onto the server
* This is a **major breaking** change!
* 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.