Update Changelog

This commit is contained in:
Lucien Greathouse
2019-06-10 17:52:44 -07:00
parent abb5a72fc4
commit 1b0beccd3d

View File

@@ -1,6 +1,7 @@
# Rojo Changelog
## [Unreleased]
* Added `init.meta.json` files, which replace `init.model.json` files from Rojo 0.4.x ([#183](https://github.com/LPGhatguy/rojo/pull/183))
* Added support for infinite and NaN values in types like `Vector2` when building models and places.
* These types aren't supported for live-syncing yet due to limitations around JSON encoding.
* Added support for using `SharedString` values when building XML models and places.