Skip to content

Commit

Permalink
Changelog update. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Jul 24, 2018
1 parent 780f19f commit 41eab33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cabal-install/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* 'new-install' now supports installing libraries and local
components. (#5399)
* Drop support for GHC 7.4, since it is out of our support window
(and has been for over a year!)
(and has been for over a year!).
* 'new-update' now works outside of projects. (#5096)
* Add 'new-sdist' command (#5389). Creates stable archives based on
cabal projects in '.zip' and '.tar.gz' formats.
* Add '--repl-options' flag to 'cabal repl' and 'cabal new-repl'
commands. Passes its arguments to the invoked repl, bypassing the
new-build's cached configurations. This assures they don't trigger
useless rebuilds and are always applied within the repl. (#4247,#5287)
useless rebuilds and are always applied within the repl. (#4247, #5287)
* Add 'v1-' prefixes for the commands that will be replaced in the
new-build universe, in preparation for it becoming the default.
(#5358)
Expand All @@ -20,6 +20,8 @@
* Ensure that each package selected for a build-depends dependency
contains a library (#5304).
* Support packages from local tarballs in the cabal.project file.
* Default changelog generated by 'cabal init' is now named
'CHANGELOG.md' (#5441).

2.2.0.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> March 2018
* '--with-PROG' and '--PROG-options' are applied to all packages
Expand Down

0 comments on commit 41eab33

Please sign in to comment.