Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Feb 7, 2023
1 parent c3010de commit e7dbad4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [0.11.13]
- Improved performance for field lookup which is used by JSON deserialization. (#1468)
- use SAM conversion (#1444)
- ScalaPB is now tested with upsteam protobuf conformance tests and multiple
conformance issues have been fixed. See `conformance/*.txt` for a list of some remaining
failing tests, some due to unimplemented feature such as `group` fields.
By large, ScalaPB is highly compliant with the official protobuf implementation, however
there are some minor differences that are not expected to occur in practice
for users.

## [0.11.12]
- Lens now extends Serializable.
- Bump up to protobuf-java 3.19.6
Expand Down

0 comments on commit e7dbad4

Please sign in to comment.