From 4006c0d1cc073a181b3390954fc808fd75c816c9 Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Sun, 29 Dec 2024 13:39:37 +0000 Subject: [PATCH] Update CHANGELOG.md in preparation for 0.58.9 release --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 058ee98222..a1c317864d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,12 @@ 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.9] - 2024-12-29 ### Fixed - Fixed an issue that caused the `actor_pinning` documentation to not be built -### Added - - -### Changed - - ## [0.58.8] - 2024-12-27 ### Fixed