haskell / aeson

A fast Haskell JSON library
Other
1.23k stars 317 forks source link

mention KeyValue change in 2.2 changelog #1051

Open simonmichael opened 1 year ago

simonmichael commented 1 year ago

Thanks for the new release. https://hackage.haskell.org/package/aeson-2.2.0.0/docs/Data-Aeson-Types.html#t:KeyValue 's new e parameter should be mentioned in https://hackage.haskell.org/package/aeson-2.2.0.0/changelog I think ?

georgefst commented 7 months ago

Yep, this just caused me a lot of confusion (working on https://github.com/nbloomf/webdriver-w3c/pull/64)!