Release v7.7.0 (#1286)

This commit is contained in:
Micah
2026-07-01 17:59:58 -07:00
committed by GitHub
parent 16633e3c65
commit bcadc97de2
9 changed files with 9168 additions and 1640 deletions

View File

@@ -31,6 +31,8 @@ Making a new release? Simply add the new header with the version and date undern
## Unreleased
## [7.7.0] (July 1st, 2026)
* `inf` and `nan` values in properties are now synced ([#1176])
* Fixed a bug caused by having reference properties (such as `ObjectValue.Value`) that point to an Instance not included in syncback. ([#1179])
* Fixed instance replacement fallback failing when too many instances needed to be replaced. ([#1192])