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

@@ -2,8 +2,10 @@
## Unreleased Changes
* Changed `StdBackend` file watching component to use minimal recursive watches. [#830]
* Added `Vfs::read_to_string` and `Vfs::read_to_string_lf_normalized` [#854]
[#830]: https://github.com/rojo-rbx/rojo/pull/830
[#854]: https://github.com/rojo-rbx/rojo/pull/854
## 0.2.0 (2021-08-23)
* Updated to `crossbeam-channel` 0.5.1.