We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94c368 commit 16af541Copy full SHA for 16af541
CHANGELOG.md
@@ -34,6 +34,7 @@ All notable changes to the Pony compiler and standard library will be documented
34
35
### Added
36
37
+- Add addc, subc and mulc functions to I128 and U128 ([PR #2645](https://github.com/ponylang/ponyc/pull/2645))
38
- Add mechanism to register (noisy) signal handler ([PR #2631](https://github.com/ponylang/ponyc/pull/2631))
39
- Added `nosupertype` annotation for subtyping exclusion (RFC 54). ([PR #2678](https://github.com/ponylang/ponyc/pull/2678))
40
- `SourceLoc.type_name` method ([PR #2643](https://github.com/ponylang/ponyc/pull/2643))
0 commit comments