Update Changelog

This commit is contained in:
Lucien Greathouse
2020-06-17 14:38:39 -07:00
parent 782b054b1a
commit a3edb93273

View File

@@ -3,6 +3,7 @@
## Unreleased Changes
* Fixed crash when malformed CSV files are put into a project. ([#310](https://github.com/rojo-rbx/rojo/issues/310))
* Fixed incorrect string escaping when producing Lua code from JSON files. ([#314](https://github.com/rojo-rbx/rojo/issues/314))
* Fixed performance issues introduced in Rojo 6.0.0-rc.1. ([#317](https://github.com/rojo-rbx/rojo/issues/317))
* Updated default place template to take advantage of [#210](https://github.com/rojo-rbx/rojo/pull/210).
## [6.0.0 Release Candidate 1](https://github.com/rojo-rbx/rojo/releases/tag/v6.0.0-rc.1) (March 29, 2020)