From 15d94b4b7853a65e3117c66ab9e6dff5cc9d8b16 Mon Sep 17 00:00:00 2001 From: "[Main]" Date: Wed, 2 Aug 2017 19:47:39 -0700 Subject: [PATCH] Update CHANGELOG for PR #2126 [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea771f11dd..b1089b781e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ All notable changes to the Pony compiler and standard library will be documented ### Changed +- Treat `as` type of array literals as the alias of the element type. ([PR #2126](https://github.com/ponylang/ponyc/pull/2126)) - docgen: ignore test types and add cli flag to only document public types ([PR #2112](https://github.com/ponylang/ponyc/pull/2112))