forked from rojo-rbx/rojo
Fix Rojo breaking when users undo/redo in Studio (#708)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user