packages feed

proto3-wire-1.4.2: CHANGELOG.md

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