diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-09-21 12:11:33 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-09-21 12:11:33 -0400 |
commit | 58a70629a2c3efc594c88cd1d4ae9ae147d698cd (patch) | |
tree | e621789fc2380f0c4f6c158c931d3f9fd17abbd7 /libraries/base/changelog.md | |
parent | d86b237d612bf6ca1faa61ff1130ad9144e32a52 (diff) | |
download | haskell-58a70629a2c3efc594c88cd1d4ae9ae147d698cd.tar.gz |
base: Add changelog entry for withTypeable generalization
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index dcd2e5e7e8..6d5543e620 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -49,6 +49,9 @@ * `Type.Reflection.App` now matches on function types (fixes #14236) + * `Type.Reflection.withTypeable` is now polymorphic in the `RuntimeRep` of + its result. + ## 4.10.0.0 *April 2017* * Bundled with GHC *TBA* |