Fix removing trailing newlines by using str::replace in memofs (#903)

This commit is contained in:
Kenneth Loeffler
2024-04-17 19:55:23 +01:00
committed by GitHub
parent ce71a3df4d
commit 4b3470d30b
2 changed files with 23 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# Rojo Changelog
## Unreleased Changes
* Fixed removing trailing newlines ([#903])
* Added Never option to Confirmation ([#893])
* Added popout diff visualizer for table properties like Attributes and Tags ([#834])
* Updated Theme to use Studio colors ([#838])
@@ -59,6 +60,7 @@
[#840]: https://github.com/rojo-rbx/rojo/pull/840
[#883]: https://github.com/rojo-rbx/rojo/pull/883
[#893]: https://github.com/rojo-rbx/rojo/pull/893
[#903]: https://github.com/rojo-rbx/rojo/pull/903
## [7.4.1] - February 20, 2024
* Made the `name` field optional on project files ([#870])