Normalize line endings to LF in Lua middleware (#854)

This commit is contained in:
Kenneth Loeffler
2024-02-12 14:58:03 -08:00
committed by GitHub
parent 5c4260f3ac
commit cf25eb0833
5 changed files with 54 additions and 11 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.