From e91d2ec50d90959bdbdc573d0c5dd85b54a838a4 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com> Date: Fri, 9 Aug 2019 02:16:36 +0100 Subject: [PATCH] Changelog update. [ci skip] --- Cabal/ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cabal/ChangeLog.md b/Cabal/ChangeLog.md index 20f081114e..dc2ccb1578 100644 --- a/Cabal/ChangeLog.md +++ b/Cabal/ChangeLog.md @@ -1,4 +1,7 @@ # 3.0.0.0 [Mikhail Glushenkov](mailto:mikhail.glushenkov@gmail.com) August 2019 + * The 3.0 migration guide gives advice on adapting Custom setup + scripts to backwards-incompatible changes in this release: + https://github.com/haskell/cabal/wiki/3.0-migration-guide. * Introduce set notation for `^>=` and `==` operators ([#5906](https://github.com/haskell/cabal/pull/5906)). * 'check' reports warnings for various ghc-\*-options fields separately -- GitLab