From 40c748eff4ad3a09f43f6f98a3e5583ac35538fc Mon Sep 17 00:00:00 2001 From: "[Main]" <ponylang.main@gmail.com> Date: Tue, 26 Feb 2019 18:10:56 -0800 Subject: [PATCH] Update CHANGELOG for PR #3020 [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d9ed9c97..1fe2bd9fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to the Pony compiler and standard library will be documented ### Changed +- Change `--ponyminthreads` default to `0` ([PR #3020](https://github.com/ponylang/ponyc/pull/3020)) - Change default to disable pinning of scheduler threads to CPU cores ([PR #3024](https://github.com/ponylang/ponyc/pull/3024)) - Fix linker library version error on MacOS when installed via Homebrew ([PR #2998](https://github.com/ponylang/ponyc/pull/2998))