Skip to content

Commit

Permalink
Export rejectUnknownFields from Data.Aeson, fixes haskell#785
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Jun 8, 2020
1 parent a8add7d commit 2e9dd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Data/Aeson.hs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ module Data.Aeson
, sumEncoding
, unwrapUnaryRecords
, tagSingleConstructors
, rejectUnknownFields
-- *** Options utilities
, SumEncoding(..)
, camelTo2
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ For the latest version of this document, please see [https://github.com/bos/aeso
### 1.5.2.0

* Add `Ord Value` instance
* Export `rejectUnknownFields` from `Data.Aeson`

### 1.5.1.0

Expand Down

0 comments on commit 2e9dd69

Please sign in to comment.