Update changelogs

This commit is contained in:
Lucien Greathouse
2020-03-10 18:15:06 -07:00
parent ca151b434e
commit c437507442
2 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
## Unreleased Changes for 0.6.x
* Added `--watch` argument to `rojo build`. ([#284](https://github.com/rojo-rbx/rojo/pull/284))
* Added dark theme support to plugin. ([#241](https://github.com/rojo-rbx/rojo/issues/241))
* Simplified filesystem access code dramatically.
## [0.6.0 Alpha 2](https://github.com/rojo-rbx/rojo/releases/tag/v0.6.0-alpha.2) (March 6, 2020)
* Fixed `rojo upload` command always uploading models.

6
memofs/CHANGELOG.md Normal file
View File

@@ -0,0 +1,6 @@
# memofs Changelog
## Unreleased Changes
## 0.1.0 (2020-03-10)
* Initial release