From b303b0a99c29f53547d9e62603e89e7bfcab9dc8 Mon Sep 17 00:00:00 2001 From: boatbomber Date: Fri, 30 Jun 2023 11:02:14 -0700 Subject: [PATCH] Add PRs 674 and 675 to changelog (#693) Forgot to update changelog in those PRs, this remedies that --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a7b948..68eb44b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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])