From 2aca6080398490ef763e61b06eaa1520ad2f90aa Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Tue, 13 Feb 2024 19:08:52 +0000 Subject: [PATCH] Update CHANGELOG for PR #4493 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02864c1516..ed580e037d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to the Pony compiler and standard library will be documented - Add Fedora 39 as a supported platform ([PR #4485](https://github.com/ponylang/ponyc/pull/4485)) - 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