From d0224564c00f964fa0dec2fb74c526400558d930 Mon Sep 17 00:00:00 2001 From: "[Main]" Date: Mon, 2 Apr 2018 16:23:27 -0700 Subject: [PATCH] Update CHANGELOG for PR #2627 [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e974b1c2..9e4ed373ba 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 backpressure-related TCPConnection busy-loop bug (issue #2620). ([PR #2627](https://github.com/ponylang/ponyc/pull/2627)) - Fix off-by-one error in String.cstring ([PR #2616](https://github.com/ponylang/ponyc/pull/2616)) - Fix compiler crash related to array inference. ([PR #2603](https://github.com/ponylang/ponyc/pull/2603)) - Ensure ASIO thread cannot be stopped prematurely ([PR #2612](https://github.com/ponylang/ponyc/pull/2612))