From 1d7b4ab86ce5d1eb56cc8d67676c78d875d7f953 Mon Sep 17 00:00:00 2001 From: "[Main]" Date: Mon, 6 Feb 2017 09:56:52 -0800 Subject: [PATCH] Update CHANGELOG for PR #1558 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64046134fd..7f4a0aa6ba 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 +- Correctly resubscribe TCPConnection to ASIO events after throttling (PR #1558) - Performance fix in the runtime actor schedule (PR #1521) - Disallow type parameter names shadowing other types. (PR #1526) - Don't double resubscribe to asio events in TCPConnection (PR #1509)