From 758d2f799020bc93b95494e3f54e7056d49041ae Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 19 Mar 2020 22:45:30 -0400 Subject: [PATCH] changelog: Add back "unreleased changes" section --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 77df4c3..8446ef7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) +## Unreleased changes + ## 1.6.8.2 *March 2020* * Fix another process wait bug on Windows. -- GitLab