From fda112ab0ee3ff3289bb2c14ca66540fdb408e73 Mon Sep 17 00:00:00 2001 From: Michael Snoyman <michael@snoyman.com> Date: Mon, 6 Feb 2017 10:51:24 +0200 Subject: [PATCH] Update changelog for 1.5.0.0 --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bee88743..55cbfc68 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) -## Unreleased changes +## 1.5.0.0 *February 2017* * Bug fix: Don't close already closed pipes [#81](https://github.com/haskell/process/pull/81) -- GitLab