Don't override initial state for source diff view (#760)

This commit is contained in:
Micah
2023-08-01 09:33:06 -07:00
committed by GitHub
parent 34024d8524
commit 5b22ef192e
3 changed files with 4 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
* Add new plugin template to the `init` command ([#738])
* Added rich Source diffs in patch visualizer ([#748])
* Fix PatchTree performance issues ([#755])
* Don't override the initial enabled state for source diffing ([#760])
[#745]: https://github.com/rojo-rbx/rojo/pull/745
[#668]: https://github.com/rojo-rbx/rojo/pull/668
@@ -46,6 +47,7 @@
[#738]: https://github.com/rojo-rbx/rojo/pull/738
[#748]: https://github.com/rojo-rbx/rojo/pull/748
[#755]: https://github.com/rojo-rbx/rojo/pull/755
[#760]: https://github.com/rojo-rbx/rojo/pull/760
## [7.3.0] - April 22, 2023
* Added `$attributes` to project format. ([#574])