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 Aug 28, 2019
1 parent 7650ce9 commit 5f05e67
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Cabal/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# 3.1.0.0 (current development version)

# 3.0.0.0 TBD
* TODO

----

# 3.0.0.0 [Mikhail Glushenkov](mailto:[email protected]) 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.
* Due to [#5119](https://github.com/haskell/cabal/issues/5119), the
`cabal check` warning for bounds on internal libraries has been
disabled.
* Introduce set notation for `^>=` and `==` operators
([#5906](https://github.com/haskell/cabal/pull/5906)).
* 'check' reports warnings for various ghc-\*-options fields separately
Expand Down Expand Up @@ -34,6 +42,8 @@
add default implementation in terms of `coerce` / `unsafeCoerce`.
* Implement support for response file arguments to defaultMain* and cabal-install.
* Uniformly provide 'Semigroup' instances for `base < 4.9` via `semigroups` package
* Implement `{cmm,asm}-{sources,options} buildinfo fields for
separate compilation of C-- and ASM source files (#6033).
* Setting `debug-info` now implies `library-stripping: False` and
`executable-stripping: False) ([#2702](https://github.com/haskell/cabal/issues/2702))
* `Setup.hs copy` and `install` now work in the presence of
Expand Down Expand Up @@ -65,7 +75,6 @@
([#5503](https://github.com/haskell/cabal/issues/5503)).

# 2.4.0.0 [Mikhail Glushenkov](mailto:[email protected]) September 2018

* Due to [#5119](https://github.com/haskell/cabal/issues/5119), the
`cabal check` warning for bounds on internal libraries has been
disabled.
Expand Down

0 comments on commit 5f05e67

Please sign in to comment.