Release 7.4.1 (#872)

This commit is contained in:
Kenneth Loeffler
2024-02-20 17:41:45 -08:00
committed by GitHub
parent 9509909f46
commit af9629c53f
4 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
# Rojo Changelog
## Unreleased Changes
## [7.4.1] - February 20, 2024
* Made the `name` field optional on project files ([#870])
Files named `default.project.json` inherit the name of the folder they're in and all other projects
are named as expect (e.g. `foo.project.json` becomes an Instance named `foo`)