forked from rojo-rbx/rojo
Update Theme to use Color3.fromHex (#761)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Rojo Changelog
|
||||
|
||||
## Unreleased Changes
|
||||
* Internally for themes, we use `Color3.fromHex` now instead of custom-made solution ([#761]).
|
||||
* On failing to open a file from Roblox Studio, it is now logged appropriately instead of being ignored ([#745]).
|
||||
* Significantly improved performance of `rojo sourcemap`. ([#668])
|
||||
* Fixed the diff visualizer of connected sessions. ([#674])
|
||||
@@ -25,6 +26,7 @@
|
||||
* Fix PatchTree performance issues ([#755])
|
||||
* Don't override the initial enabled state for source diffing ([#760])
|
||||
|
||||
[#761]: https://github.com/rojo-rbx/rojo/pull/761
|
||||
[#745]: https://github.com/rojo-rbx/rojo/pull/745
|
||||
[#668]: https://github.com/rojo-rbx/rojo/pull/668
|
||||
[#674]: https://github.com/rojo-rbx/rojo/pull/674
|
||||
|
||||
Reference in New Issue
Block a user