Skip to content

Commit 5f05e67

Browse files
committed
Changelog update. [ci skip]
1 parent 7650ce9 commit 5f05e67

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Cabal/ChangeLog.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# 3.1.0.0 (current development version)
2-
3-
# 3.0.0.0 TBD
42
* TODO
3+
4+
----
5+
6+
# 3.0.0.0 [Mikhail Glushenkov](mailto:[email protected]) August 2019
7+
* The 3.0 migration guide gives advice on adapting Custom setup
8+
scripts to backwards-incompatible changes in this release:
9+
https://github.com/haskell/cabal/wiki/3.0-migration-guide.
10+
* Due to [#5119](https://github.com/haskell/cabal/issues/5119), the
11+
`cabal check` warning for bounds on internal libraries has been
12+
disabled.
513
* Introduce set notation for `^>=` and `==` operators
614
([#5906](https://github.com/haskell/cabal/pull/5906)).
715
* 'check' reports warnings for various ghc-\*-options fields separately
@@ -34,6 +42,8 @@
3442
add default implementation in terms of `coerce` / `unsafeCoerce`.
3543
* Implement support for response file arguments to defaultMain* and cabal-install.
3644
* Uniformly provide 'Semigroup' instances for `base < 4.9` via `semigroups` package
45+
* Implement `{cmm,asm}-{sources,options} buildinfo fields for
46+
separate compilation of C-- and ASM source files (#6033).
3747
* Setting `debug-info` now implies `library-stripping: False` and
3848
`executable-stripping: False) ([#2702](https://github.com/haskell/cabal/issues/2702))
3949
* `Setup.hs copy` and `install` now work in the presence of
@@ -65,7 +75,6 @@
6575
([#5503](https://github.com/haskell/cabal/issues/5503)).
6676

6777
# 2.4.0.0 [Mikhail Glushenkov](mailto:[email protected]) September 2018
68-
6978
* Due to [#5119](https://github.com/haskell/cabal/issues/5119), the
7079
`cabal check` warning for bounds on internal libraries has been
7180
disabled.

0 commit comments

Comments
 (0)