From 9f51e49af935abfe836026424edd6d21d33473b2 Mon Sep 17 00:00:00 2001 From: "[Main]" Date: Fri, 4 Aug 2017 09:31:34 -0700 Subject: [PATCH] Update CHANGELOG for PR #2131 [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 560f86ffe9..45d4d59759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to the Pony compiler and standard library will be documented ### Fixed +- Fix indent detection when lexing docstrings that contain whitespace-only lines. ([PR #2131](https://github.com/ponylang/ponyc/pull/2131)) - Fix compiler crash on typecheck error in FFI call. ([PR #2124](https://github.com/ponylang/ponyc/pull/2124)) - Fix compiler assert on match including structural equality on union type. ([PR #2117](https://github.com/ponylang/ponyc/pull/2117))