You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
All notable changes to the Pony compiler and standard library will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).
4
4
5
-
## [unreleased] - unreleased
5
+
## [0.58.7] - 2024-11-30
6
6
7
7
### Fixed
8
8
@@ -11,9 +11,6 @@ All notable changes to the Pony compiler and standard library will be documented
11
11
- Fix bug in ASIO shutdown ([PR #4548](https://github.com/ponylang/ponyc/pull/4548))
12
12
- Fix early quiescence/termination bug ([PR #4550](https://github.com/ponylang/ponyc/pull/4550))
13
13
14
-
### Added
15
-
16
-
17
14
### Changed
18
15
19
16
- Recycle actor heap chunks after GC instead of returning to pool ([PR #4531](https://github.com/ponylang/ponyc/pull/4531))
0 commit comments