From 3500ebe02a67231ddb29262edfbd1fc912890fe8 Mon Sep 17 00:00:00 2001 From: astrid Date: Tue, 20 Jan 2026 00:54:18 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7843cb44..7c876312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,8 +31,10 @@ Making a new release? Simply add the new header with the version and date undern ## Unreleased * Fixed a bug caused by having reference properties (such as `ObjectValue.Value`) that point to an Instance not included in syncback. ([#1179]) +* Implemented support for the "name" property in meta/model JSON files. ([#1187]) [#1179]: https://github.com/rojo-rbx/rojo/pull/1179 +[#1187]: https://github.com/rojo-rbx/rojo/pull/1187 ## [7.7.0-rc.1] (November 27th, 2025)