Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 497 Bytes

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 497 Bytes

1.4.3

  • Support GHC 9.8
  • Support GHC 9.6

1.4.2

  • Support GHC 9.4

1.4.1

  • Support ShortByteString and ShortText

1.4.0

  • Improve decoding performance
  • Remove internal toMap function

1.3.0

  • Support GHC 9.2
  • Prevent inlining for GHCJS

1.2.2

  • Add new zigZag{Encode,Decode} utilities

1.2.1

  • Build against GHC 9.0
  • Build against tasty 1.3 and 1.4

1.2.0

  • Encode protobuf wire messages in reverse order to improve perfomance
  • Miscellaneous maintenance changes