diff --git a/CHANGELOG.md b/CHANGELOG.md index 213b614ca..912444f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,16 +13,16 @@ | true (default) | Rojo emits LocalScripts and Scripts with legacy `RunContext` (same behavior as previously). | - It can be used like this: - ```json - { - "emitLegacyScripts": false, - "name": "MyCoolRunContextProject", - "tree": { - "$path": "src" - } +It can be used like this: +```json +{ + "emitLegacyScripts": false, + "name": "MyCoolRunContextProject", + "tree": { + "$path": "src" } - ``` +} +``` * Added `Terrain` classname inference, similar to services ([#771])