Skip to content

Commit 274b562

Browse files
committed
Add changelog entry about removal of Data.Aeson.Internal
1 parent fc5f5bb commit 274b562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ For the latest version of this document, please see [https://github.com/haskell/
3838
- The space between time and timezone offset (in `UTCTime` and `ZonedTime`) is disallowed. ISO8601 explictly forbidds it.
3939
- The timezone offsets can be in range -23:59..23:59. This is how Python, joda-time etc seems to do. (Previously the range was -12..+14)
4040

41+
* Remove internal `Data.Aeson.Internal` and `Data.Aeson.Internal.Time` modules. Everything from the former is exported elsewhere (`Data.Aeson.Types`), the latter was truly internal.
4142
* Remove `cffi` flag. Toggling the flag made `aeson` use a C implementation for string unescaping (used for `text <2` versions).
4243
The new native Haskell implementation (introduced in version 2.0.3.0) is at least as fast.
4344
* Drop instances for `Number` from `attoparsec` package.

0 commit comments

Comments
 (0)