Add --watch to sourcemap generation (#602)

* Implement watch argument

* Add forget call

* Clippy fixes

* Update changelog
This commit is contained in:
JohnnyMorganz
2022-08-01 09:07:07 +01:00
committed by GitHub
parent 5cb4cc0d1d
commit 2a6a8b42a6
2 changed files with 53 additions and 15 deletions

View File

@@ -1,6 +1,9 @@
# Rojo Changelog
## Unreleased Changes
* Added `--watch` flag to `rojo sourcemap` ([#602])
[#602]: https://github.com/rojo-rbx/rojo/pull/602
## [7.2.1] - July 8, 2022
* Fixed notification sound by changing it to a generic sound. ([#566])