From 1f8bcadb3b619a79956e449862826307e6ed16a8 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 4 Dec 2021 11:11:57 -0600 Subject: [PATCH] Update changelog.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3b1789..c7ed915c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## Unreleased - ??? +- Fixed a bug that prevented sending threaded abstracts over threaded channels. +- Fix bug in the `map` function with arity at least 3. + ## 1.19.0 - 2021-11-27 - Add `math/log-gamma` to replace `math/gamma`, and change `math/gamma` to be the expected gamma function. - Fix leaking file-descriptors in os/spawn and os/execute.