From dd94d8b842a58b4be2bc55c08cce8b547a62d4a7 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com> Date: Sat, 19 Mar 2016 17:58:16 +0100 Subject: [PATCH] Changelog update. --- Cabal/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cabal/changelog b/Cabal/changelog index 4b5d280eaf..370632175c 100644 --- a/Cabal/changelog +++ b/Cabal/changelog @@ -28,6 +28,8 @@ * Added a way to specify extra locations to find OS X frameworks in ('extra-framework-dirs'). Can be used both in .cabal files and as an argument to './Setup configure' (#3158). + * Macros 'VERSION_$pkgname' and 'MIN_VERSION_$pkgname' are now + also generated for the current package. (#3235). 1.22.0.0 Johan Tibell <johan.tibell@gmail.com> January 2015 * Support GHC 7.10. -- GitLab