From cb696953e84db1fb2962bc62ec137829f6a39e76 Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@serpentine.com>
Date: Tue, 12 May 2015 11:47:26 -0700
Subject: [PATCH] Update changelog

---
 changelog.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/changelog.md b/changelog.md
index d493051d..6cff43a1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,23 @@
+1.2.0.5
+
+* Feature parity: repeat, cycle, iterate are now implemented for lazy
+  Text, and the Data instance is more complete
+
+* Build speed: an inliner space explosion has been fixed with toCaseFold
+
+* Bug fix: encoding Int to a Builder would infinite-loop if the
+  integer-simple package was used
+
+* Deprecation: OnEncodeError and EncodeError are deprecated, as they
+  are never used
+
+* Internals: some types that are used internally in fusion-related
+  functions have moved around, been renamed, or been deleted (we don't
+  bump the major version if .Internal modules change)
+
+* Spec compliance: toCaseFold now follows the Unicode 7.0 spec
+  (updated from 6.3)
+
 1.2.0.4
 
 * Fixed an incompatibility with base < 4.5
-- 
GitLab