From a57e7dd0c0aa6a719a73085ae30edef8206ccea0 Mon Sep 17 00:00:00 2001
From: David Feuer <David.Feuer@gmail.com>
Date: Mon, 22 Jan 2018 20:53:30 -0500
Subject: [PATCH] Update changelog again

---
 changelog.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index d8fce6fd..49323ada 100644
--- a/changelog.md
+++ b/changelog.md
@@ -46,6 +46,9 @@
   laws. Specifically, `return () >>= \_ -> undefined` should always be
   `undefined`, but this was not the case.
 
+* Harmonize laziness details for `minView` and `maxView` between
+  `Data.IntMap` and `Data.Map`.
+
 ### Performance improvement
 
 * Speed up both stable and unstable sorting for `Data.Sequence` by (Thanks, Donnacha
@@ -56,13 +59,20 @@
 * Update for recent and upcoming GHC and Cabal versions (Thanks, Herbert
   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
   0.5.4 (Thanks, Simon Jakobi.)
 
 * 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
 
 * Released with GHC 8.2.
-- 
GitLab