Backport #854 to Rojo 7.4 (Lua LF normalization) (#857)

This commit is contained in:
Kenneth Loeffler
2024-02-14 10:18:46 -08:00
committed by GitHub
parent f68beab1df
commit 591419611e
5 changed files with 56 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
# Rojo Changelog
## Unreleased Changes
* Rojo now converts any line endings to LF, preventing spurious diffs when syncing Lua files on Windows ([#854])
* Fixed Rojo plugin failing to connect when project contains certain unreadable properties ([#848])
* Fixed various cases where patch visualizer would not display sync failures ([#845], [#844])
* Fixed http error handling so Rojo can be used in Github Codespaces ([#847])
@@ -9,6 +10,7 @@
[#845]: https://github.com/rojo-rbx/rojo/pull/845
[#844]: https://github.com/rojo-rbx/rojo/pull/844
[#847]: https://github.com/rojo-rbx/rojo/pull/847
[#854]: https://github.com/rojo-rbx/rojo/pull/854
## [7.4.0] - January 16, 2024
* Improved the visualization for array properties like Tags ([#829])