diff --git a/CHANGELOG.md b/CHANGELOG.md index de5f469c15..acc93e6d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All notable changes to the Pony compiler and standard library will be documented ### Added +- Support GCC7 on Linux ([PR #2134](https://github.com/ponylang/ponyc/pull/2134)) - Add regex match iterator ([PR #2109](https://github.com/ponylang/ponyc/pull/2109)) - Add more promise methods (RFC 35) ([PR #2084](https://github.com/ponylang/ponyc/pull/2084)) - Add ability to default enable PIC when compiling ponyc ([PR #2113](https://github.com/ponylang/ponyc/pull/2113))