diff options
author | sheaf <sam.derbyshire@gmail.com> | 2022-05-04 15:59:36 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-05 12:50:42 -0400 |
commit | 962ff90bae1ca336bfa0bf63eea30e33bd344384 (patch) | |
tree | c3cd64941f080758811a9aecdf283e72bcaae3c6 /libraries | |
parent | 71278dc7f5d74350cddc0da42c627dc1abfa37b2 (diff) | |
download | haskell-962ff90bae1ca336bfa0bf63eea30e33bd344384.tar.gz |
Start 9.6.1-notes
Updates the documentation notes to start tracking changes for
the 9.6.1 release (instead of 9.4).
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 3debd9541a..84082093eb 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -1,5 +1,7 @@ # Changelog for [`base` package](http://hackage.haskell.org/package/base) +## 4.18.0.0 *TBA* + ## 4.17.0.0 *TBA* * Add explicitly bidirectional `pattern TypeRep` to `Type.Reflection`. |