From 5e9c99a04b76048e14ea75fb564a7618c4c2bc36 Mon Sep 17 00:00:00 2001
From: Oleg Grenrus <oleg.grenrus@iki.fi>
Date: Fri, 14 Feb 2020 16:36:46 +0200
Subject: [PATCH] Add changelog entries

---
 Cabal/ChangeLog.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Cabal/ChangeLog.md b/Cabal/ChangeLog.md
index bf91e60f78..f86e5b490e 100644
--- a/Cabal/ChangeLog.md
+++ b/Cabal/ChangeLog.md
@@ -19,6 +19,8 @@
   * Add `unsnoc` and `unsnocNE` to `Distribution.Utils.Generic`
   * Add `Set'` modifier to `Distribution.Parsec.Newtypes`
   * Add `Distribution.Compat.Async`
+  * Disallow spaces around colon `:` in Dependency (`build-depends` syntax
+  * Make `configure` accept any `pkg-config --modversion` output
 
 # 3.0.1.0 TBW
   * Add GHC-8.8 flags to normaliseGhcFlags
-- 
GitLab