diff options
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index c27b4fb1ca..0117815be8 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -2,6 +2,14 @@ ## 4.15.0.0 *TBA* + * `Const` (`Data.Functor.Const`), `Compose` (`Data.Functor.Compose`), + `Product` (`Data.Functor.Product`), `Sum` (`Data.Functor.Sum`), `Coercion` + and `TestCoercion` (`Data.Type.Coercion`), `(:~:)` and `TestEquality` + (`Data.Type.Equality`); `UAddr`, `UChar`, `UDouble` `UFloat`, `UInt`, + `UWord`, `Rec0`, `D1`, `C1`, `S1`, `Datatype`, `Constructor`, `Selector` + (`GHC.Generics`) now use specified quantification, allowing the use of + visible kind application. + * `openFile` now calls the `open` system call with an `interruptible` FFI call, ensuring that the call can be interrupted with `SIGINT` on POSIX systems. |