Skip to content
Snippets Groups Projects
Unverified Commit 5f05e67b authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Changelog update. [ci skip]

parent 7650ce94
No related branches found
No related tags found
No related merge requests found
# 3.1.0.0 (current development version) # 3.1.0.0 (current development version)
# 3.0.0.0 TBD
* TODO * TODO
----
# 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.
* 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 * Introduce set notation for `^>=` and `==` operators
([#5906](https://github.com/haskell/cabal/pull/5906)). ([#5906](https://github.com/haskell/cabal/pull/5906)).
* 'check' reports warnings for various ghc-\*-options fields separately * 'check' reports warnings for various ghc-\*-options fields separately
...@@ -34,6 +42,8 @@ ...@@ -34,6 +42,8 @@
add default implementation in terms of `coerce` / `unsafeCoerce`. add default implementation in terms of `coerce` / `unsafeCoerce`.
* Implement support for response file arguments to defaultMain* and cabal-install. * Implement support for response file arguments to defaultMain* and cabal-install.
* Uniformly provide 'Semigroup' instances for `base < 4.9` via `semigroups` package * 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 * Setting `debug-info` now implies `library-stripping: False` and
`executable-stripping: False) ([#2702](https://github.com/haskell/cabal/issues/2702)) `executable-stripping: False) ([#2702](https://github.com/haskell/cabal/issues/2702))
* `Setup.hs copy` and `install` now work in the presence of * `Setup.hs copy` and `install` now work in the presence of
...@@ -65,7 +75,6 @@ ...@@ -65,7 +75,6 @@
([#5503](https://github.com/haskell/cabal/issues/5503)). ([#5503](https://github.com/haskell/cabal/issues/5503)).
# 2.4.0.0 [Mikhail Glushenkov](mailto:mikhail.glushenkov@gmail.com) September 2018 # 2.4.0.0 [Mikhail Glushenkov](mailto:mikhail.glushenkov@gmail.com) September 2018
* Due to [#5119](https://github.com/haskell/cabal/issues/5119), the * Due to [#5119](https://github.com/haskell/cabal/issues/5119), the
`cabal check` warning for bounds on internal libraries has been `cabal check` warning for bounds on internal libraries has been
disabled. disabled.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment