Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
containers
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
containers
Commits
a57e7dd0
Commit
a57e7dd0
authored
7 years ago
by
David Feuer
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog again
parent
a6e2bb35
No related branches found
Branches containing commit
Tags
v0.5.11.0a
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
changelog.md
+11
-1
11 additions, 1 deletion
changelog.md
with
11 additions
and
1 deletion
changelog.md
+
11
−
1
View file @
a57e7dd0
...
@@ -46,6 +46,9 @@
...
@@ -46,6 +46,9 @@
laws. Specifically,
`return () >>= \_ -> undefined`
should always be
laws. Specifically,
`return () >>= \_ -> undefined`
should always be
`undefined`
, but this was not the case.
`undefined`
, but this was not the case.
*
Harmonize laziness details for
`minView`
and
`maxView`
between
`Data.IntMap`
and
`Data.Map`
.
### Performance improvement
### Performance improvement
*
Speed up both stable and unstable sorting for
`Data.Sequence`
by (Thanks, Donnacha
*
Speed up both stable and unstable sorting for
`Data.Sequence`
by (Thanks, Donnacha
...
@@ -56,13 +59,20 @@
...
@@ -56,13 +59,20 @@
*
Update for recent and upcoming GHC and Cabal versions (Thanks, Herbert
*
Update for recent and upcoming GHC and Cabal versions (Thanks, Herbert
Valerio Reidel, Simon Jakobi, and Ryan Scott.)
Valerio Reidel, Simon Jakobi, and Ryan Scott.)
*
Improve documentation (Thanks, Oleg Grenrus and Benjamin Hodgson.)
*
Improve external and internal documentation (Thanks, Oleg Grenrus
and Benjamin Hodgson.)
*
Add tutorial-style documentation.
*
Add Haddock
`@since`
annotations for changes made since version
*
Add Haddock
`@since`
annotations for changes made since version
0.
5.4 (Thanks, Simon Jakobi.)
0.
5.4 (Thanks, Simon Jakobi.)
*
Add a (very incomplete) test suite for
`Data.Tree`
.
*
Add a (very incomplete) test suite for
`Data.Tree`
.
*
Add structural validity checks to the test suites for
`Data.IntMap`
and
`Data.IntSet`
(Thanks to Joachim Breitner for catching an error
in a first draft.)
## 0.5.10.2
## 0.5.10.2
*
Released with GHC 8.2.
*
Released with GHC 8.2.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment