Skip to content

Commit e54607e

Browse files
committed
Release version 1.12.2
1 parent c4cf483 commit e54607e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.12.2] - 2025-11-13
9+
10+
### Fixed
11+
- Fix array handling in CompileVisitor to serialize arrays instead of using var_export() [#125]
12+
- Fix fatal error when arrays contain objects (e.g., `[new Object(), 'method']`)
13+
814
## [1.12.1] - 2025-10-27
915

1016
### Fixed
@@ -32,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3238

3339
Previous releases (prior to 1.11.0) are not documented in this changelog.
3440

41+
[1.12.2]: https://github.com/ray-di/Ray.Compiler/compare/1.12.1...1.12.2
3542
[1.12.1]: https://github.com/ray-di/Ray.Compiler/compare/1.12.0...1.12.1
3643
[1.12.0]: https://github.com/ray-di/Ray.Compiler/compare/1.11.0...1.12.0
3744
[1.11.0]: https://github.com/ray-di/Ray.Compiler/releases/tag/1.11.0

0 commit comments

Comments
 (0)