From 4c9624db64b28ca4fc5b7d94c26c35205f437b64 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 13 Sep 2020 11:06:49 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e1380d..d6970c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## Unreleased - ??? +- Add :pipe option to `os/spawn`. +- Fix docstring typos. ## 1.12.1 - 2020-09-07 - Make `zero?`, `one?`, `pos?`, and `neg?` polymorphic.