Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
--HG--
extra : amend_source : 3acf20a8406883108601845565a206b108a4c396
  • Loading branch information
bos committed Jan 9, 2014
1 parent a1b1986 commit c6015dc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

* encodeUtf8: Performance is improved by up to 4x.

* encodeUtf8Builder, encodeUtf8BuilderEscaped: new functions,
available only if bytestring >= 0.10.4.0 is installed, that
allow very fast and flexible encoding of a Text value to a
bytestring Builder.

As an example of the performance gain to be had, the
encodeUtf8BuilderEscaped function helps to double the speed
of JSON encoding in the latest version of aeson! (Note: if
all you need is a plain ByteString, encodeUtf8 is still the
faster way to go.)

* All of the internal module hierarchy is now publicly
exposed. If a module is in the .Internal hierarchy, or is
documented as internal, use at your own risk - there are no
API stability guarantees for internal modules!

1.0.0.1

* decodeUtf8: Fixed a regression that caused us to incorrectly
Expand Down

0 comments on commit c6015dc

Please sign in to comment.