Skip to content
Snippets Groups Projects
Commit b63f7ba0 authored by Ben Gamari's avatar Ben Gamari
Browse files

base: Fix changelog reference to setBacktraceMechanismState

parent 0d2160de
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
* Exceptions now capture backtrace information via their `ExceptionContext`. GHC
supports several mechanisms by which backtraces can be collected which can be
individually enabled and disabled via
`GHC.Exception.Backtrace.setEnabledBacktraceMechanisms`.
`GHC.Exception.Backtrace.setBacktraceMechanismState`.
* Update to [Unicode 15.1.0](https://www.unicode.org/versions/Unicode15.1.0/).
* Fix `withFile`, `withFileBlocking`, and `withBinaryFile` to not incorrectly annotate exceptions raised in wrapped computation. ([CLC proposal #237](https://github.com/haskell/core-libraries-committee/issues/237))
* Fix `fdIsNonBlocking` to always be `0` for regular files and block devices on unix, regardless of `O_NONBLOCK`
......
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