[Git][ghc/ghc][wip/clc275] Add changelog entry

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Tue Jun 11 15:46:11 UTC 2024



Ben Gamari pushed to branch wip/clc275 at Glasgow Haskell Compiler / GHC


Commits:
82d50ec4 by Ben Gamari at 2024-06-11T15:46:06+00:00
Add changelog entry
- - - - -


1 changed file:

- libraries/base/changelog.md


Changes:

=====================================
libraries/base/changelog.md
=====================================
@@ -7,6 +7,7 @@
   * Make `read` accept binary integer notation ([CLC proposal #177](https://github.com/haskell/core-libraries-committee/issues/177))
   * Improve the performance of `Data.List.sort` using an improved merging strategy. Instead of `compare`, `sort` now uses `(>)` which may break *malformed* `Ord` instances ([CLC proposal #236](https://github.com/haskell/core-libraries-committee/issues/236))
   * Add `firstA` and `secondA` to `Data.Bitraversable`. ([CLC proposal #172](https://github.com/haskell/core-libraries-committee/issues/172))
+  * `System.IO.Error.ioError` and `Control.Exception.ioError` now both carry `HasCallStack` constraints ([CLC proposal #275](https://github.com/haskell/core-libraries-committee/issues/275))
 
 ## 4.20.0.0 *TBA*
   * Deprecate `GHC.Pack` ([#21461](https://gitlab.haskell.org/ghc/ghc/-/issues/21461))



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/82d50ec4dc8387ea9ca9a3b601ee8e3e55d3b890

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/82d50ec4dc8387ea9ca9a3b601ee8e3e55d3b890
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240611/e97661b4/attachment.html>


More information about the ghc-commits mailing list