From 7f324f19579fb6aa69d51994ad3a2ad00f391c05 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 22 Feb 2019 15:57:46 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f82530f..c2dff637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Added support for non-primitive types in the Rojo plugin. * Types like `Color3` and `CFrame` can now be updated live! * Fixed plugin assets flashing in on first load ([#121](https://github.com/LPGhatguy/rojo/issues/121)) +* Changed Rojo's HTTP server from Rouille to Hyper, which reduced the release size by around a megabyte. ## [0.5.0 Alpha 4](https://github.com/LPGhatguy/rojo/releases/tag/v0.5.0-alpha.4) (February 8, 2019) * Added support for nested partitions ([#102](https://github.com/LPGhatguy/rojo/issues/102))