Skip to content

Commit

Permalink
Describe the gh-53 fix in the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Jan 6, 2012
1 parent fc707e0 commit a90437a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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
Expand Down

0 comments on commit a90437a

Please sign in to comment.