Show name of project when starting server

This commit is contained in:
Lucien Greathouse
2018-04-22 17:19:21 -07:00
parent f215df891c
commit 3661d0daec
2 changed files with 12 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
## Current Master
* Fixed server to notice file changes *much* more quickly. (200ms vs 1000ms)
* Server now lists name of project when starting up.
* Rojo now throws an error if no project file is found. ([#63](https://github.com/LPGhatguy/rojo/issues/63))
* Fixed multiple sync operations occuring at the same time. ([#61](https://github.com/LPGhatguy/rojo/issues/61))
* Partitions targeting files directly now work as expected. ([#57](https://github.com/LPGhatguy/rojo/issues/57))