Skip to content

Commit

Permalink
Update CHANGELOG.md in preparation for 0.58.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Feb 1, 2025
1 parent bf3df1e commit 31410ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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/).

## [unreleased] - unreleased
## [0.58.10] - 2025-02-01

### Fixed

Expand All @@ -11,9 +11,6 @@ All notable changes to the Pony compiler and standard library will be documented
- Fix compiler crash from `match` with extra parens around `let` in tuple ([PR #4595](https://github.com/ponylang/ponyc/pull/4595))
- Fix soundness problem when matching `iso` variables ([PR #4588](https://github.com/ponylang/ponyc/pull/4588))

### Added


### Changed

- Change stack_depth_t to size_t on OpenBSD ([PR #4575](https://github.com/ponylang/ponyc/pull/4575))
Expand Down

0 comments on commit 31410ef

Please sign in to comment.