From 7f10574c810eb04fff95b3efef5c54f8642fe64f Mon Sep 17 00:00:00 2001 From: "[Main]" Date: Wed, 9 May 2018 12:38:10 -0700 Subject: [PATCH] Update CHANGELOG for PR #2645 [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 708eaab230..f4b52c4796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ All notable changes to the Pony compiler and standard library will be documented ### Added +- Add addc, subc and mulc functions to I128 and U128 ([PR #2645](https://github.com/ponylang/ponyc/pull/2645)) - Add mechanism to register (noisy) signal handler ([PR #2631](https://github.com/ponylang/ponyc/pull/2631)) - Added `nosupertype` annotation for subtyping exclusion (RFC 54). ([PR #2678](https://github.com/ponylang/ponyc/pull/2678)) - `SourceLoc.type_name` method ([PR #2643](https://github.com/ponylang/ponyc/pull/2643))