From db3f98aa4a03cedf3b91d674d3262dc12f83c159 Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Wed, 12 Apr 2023 13:29:51 +0000 Subject: [PATCH] Update CHANGELOG.md in preparation for 0.54.1 release --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c44009a269..0e3ff218cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +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.54.1] - 2023-04-12 ### Fixed - Fix bug in HeapToStack optimization pass ([PR #4341](https://github.com/ponylang/ponyc/pull/4341)) -### Added - - ### Changed - LLVM 15 ([PR #4327](https://github.com/ponylang/ponyc/pull/4327))