Add PRs 674 and 675 to changelog (#693)

Forgot to update changelog in those PRs, this remedies that
This commit is contained in:
boatbomber
2023-06-30 11:02:14 -07:00
committed by GitHub
parent 342fb57d14
commit b303b0a99c

View File

@@ -2,8 +2,12 @@
## Unreleased Changes
* Significantly improved performance of `rojo sourcemap`. ([#668])
* Fixed the diff visualizer of connected sessions. ([#674])
* Fixed disconnected session activity. ([#675])
[#668]: https://github.com/rojo-rbx/rojo/pull/668
[#674]: https://github.com/rojo-rbx/rojo/pull/674
[#675]: https://github.com/rojo-rbx/rojo/pull/675
## [7.3.0] - April 22, 2023
* Added `$attributes` to project format. ([#574])