From 22a487c029388cd68de2d667e9265be86052370e Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Sat, 24 Feb 2024 13:41:56 +0000 Subject: [PATCH] Update CHANGELOG.md in preparation for 0.58.2 release --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed580e037d..13a3227fde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2] - 2024-02-24 ### Fixed @@ -15,9 +15,6 @@ All notable changes to the Pony compiler and standard library will be documented - Add MacOS on Apple Silicon as a supported platform ([PR #4487](https://github.com/ponylang/ponyc/pull/4487)) - Add constrained_types package to the standard library ([PR #4493](https://github.com/ponylang/ponyc/pull/4493)) -### Changed - - ## [0.58.1] - 2024-01-27 ### Fixed