Skip to content

Commit 3fb1ed8

Browse files
authored
Merge pull request #787 from bos/export-rejectuf
Export rejectUnknownFields from Data.Aeson, fixes #785
2 parents a8add7d + 2e9dd69 commit 3fb1ed8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Data/Aeson.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ module Data.Aeson
113113
, sumEncoding
114114
, unwrapUnaryRecords
115115
, tagSingleConstructors
116+
, rejectUnknownFields
116117
-- *** Options utilities
117118
, SumEncoding(..)
118119
, camelTo2

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ For the latest version of this document, please see [https://github.com/bos/aeso
33
### 1.5.2.0
44

55
* Add `Ord Value` instance
6+
* Export `rejectUnknownFields` from `Data.Aeson`
67

78
### 1.5.1.0
89

0 commit comments

Comments
 (0)