Skip to content

Commit

Permalink
Update the proto-lens Changelog. (#296)
Browse files Browse the repository at this point in the history
I missed adding this to a previous PR.
  • Loading branch information
judah authored and blackgnezdo committed Dec 20, 2018
1 parent b2e6f64 commit 8f6bc78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proto-lens/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
- Use generated Haskell code to encode/decode proto messages more quickly.
In particular:
- Add the methods `parseMessage` and `buildMessage` to `Data.ProtoLens.Message`
- Expose the module `Data.ProtoLens.Encoding.Bytes`.
- Expose an opaque `Parser` monad, which is used by the generated
code.
- Expose the module `Data.ProtoLens.Encoding.Bytes`, which is used
by the generated code.
- Simplify the API of `Data.ProtoLens.Encoding.Wire`, using a plain ADT
rather than a GADT to represent unknown field values.
- If fields have the wrong wire type, store them in `unknownFields` rather
Expand Down

0 comments on commit 8f6bc78

Please sign in to comment.