From a90437a89f2524e91cadcec0cd0575ee21efac20 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Thu, 5 Jan 2012 21:29:40 -0800 Subject: [PATCH] Describe the gh-53 fix in the release notes. --- release-notes.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-notes.markdown b/release-notes.markdown index 6212065a3..1bfc2b357 100644 --- a/release-notes.markdown +++ b/release-notes.markdown @@ -1,3 +1,13 @@ +# 0.5 to 0.6 + +This release introduces a slightly obscure, but +backwards-incompatible, change. + +In the generic APIs of versions 0.4 and 0.5, fields whose names began +with a "`_`" character would have this character removed. This no +longer occurs, as [it was both buggy and +surprising](https://github.com/bos/aeson/issues/53). + # 0.4 to 0.5 When used with the UTF-8 encoding performance improvements introduced