Update CHANGELOG

This commit is contained in:
Lucien Greathouse
2022-04-19 18:45:09 -04:00
parent fe81e55925
commit 5d5536a95e

View File

@@ -1,12 +1,14 @@
# Rojo Changelog # Rojo Changelog
## Unreleased Changes ## Unreleased Changes
* Added support for specifying an address to be used by default in the .project.json file ([#447]) * Added support for specifying an address to be used by default in project files. ([#507])
* Added support for the new Open Cloud API when uploading. ([#486]) * Added support for optional paths in project files. ([#472])
* Added support for the new Open Cloud API when uploading. ([#504])
* Added `sourcemap` command for generating sourcemaps to feed into other tools. ([#530]) * Added `sourcemap` command for generating sourcemaps to feed into other tools. ([#530])
[#447]: https://github.com/rojo-rbx/rojo/issues/447 [#472]: https://github.com/rojo-rbx/rojo/pull/472
[#486]: https://github.com/rojo-rbx/rojo/issues/486 [#504]: https://github.com/rojo-rbx/rojo/pull/504
[#507]: https://github.com/rojo-rbx/rojo/pull/507
[#530]: https://github.com/rojo-rbx/rojo/pull/530 [#530]: https://github.com/rojo-rbx/rojo/pull/530
## [7.0.0] - December 10, 2021 ## [7.0.0] - December 10, 2021