Release 7.0.0-alpha.3

This commit is contained in:
Lucien Greathouse
2021-04-09 18:06:54 -04:00
parent 0e7ba839ed
commit 98db3b4f08
3 changed files with 84 additions and 90 deletions

View File

@@ -1,9 +1,13 @@
# Rojo Changelog
## Unreleased Changes
## [7.0.0-alpha.3][7.0.0-alpha.3] (February 19, 2021)
* Updated dependencies, fixing `OptionalCoordinateFrame`-related issues.
* Added `--address` flag to `rojo serve` to allow for external connections. ([#403][pr-403])
[pr-403]: https://github.com/rojo-rbx/rojo/pull/403
[7.0.0-alpha.3]: https://github.com/rojo-rbx/rojo/releases/tag/v7.0.0-alpha.3
## [7.0.0-alpha.2][7.0.0-alpha.2] (February 19, 2021)
* Fixed incorrect protocol version between the client and server.