Fix Rojo breaking when users undo/redo in Studio (#708)

This commit is contained in:
boatbomber
2023-07-05 14:09:11 -07:00
committed by GitHub
parent 658d211779
commit ce530e795a
3 changed files with 104 additions and 11 deletions

View File

@@ -7,6 +7,7 @@
* Skip confirming patches that contain only a datamodel name change. ([#688])
* Added sync reminder notification. ([#689])
* Added protection against syncing a model to a place. ([#691])
* Fix Rojo breaking when users undo/redo in Studio ([#708])
[#668]: https://github.com/rojo-rbx/rojo/pull/668
[#674]: https://github.com/rojo-rbx/rojo/pull/674
@@ -14,6 +15,7 @@
[#688]: https://github.com/rojo-rbx/rojo/pull/688
[#689]: https://github.com/rojo-rbx/rojo/pull/689
[#691]: https://github.com/rojo-rbx/rojo/pull/691
[#708]: https://github.com/rojo-rbx/rojo/pull/708
## [7.3.0] - April 22, 2023
* Added `$attributes` to project format. ([#574])
@@ -579,4 +581,4 @@ This is a general maintenance release for the Rojo 0.5.x release series.
* More robust syncing with a new reconciler
## [0.1.0](https://github.com/rojo-rbx/rojo/releases/tag/v0.1.0) (November 29, 2017)
* Initial release, functionally very similar to [rbxfs](https://github.com/LPGhatguy/rbxfs)
* Initial release, functionally very similar to [rbxfs](https://github.com/LPGhatguy/rbxfs)