Skip to content

Commit e7dbad4

Browse files
committed
Update CHANGELOG.md
1 parent c3010de commit e7dbad4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [0.11.13]
4+
- Improved performance for field lookup which is used by JSON deserialization. (#1468)
5+
- use SAM conversion (#1444)
6+
- ScalaPB is now tested with upsteam protobuf conformance tests and multiple
7+
conformance issues have been fixed. See `conformance/*.txt` for a list of some remaining
8+
failing tests, some due to unimplemented feature such as `group` fields.
9+
By large, ScalaPB is highly compliant with the official protobuf implementation, however
10+
there are some minor differences that are not expected to occur in practice
11+
for users.
12+
313
## [0.11.12]
414
- Lens now extends Serializable.
515
- Bump up to protobuf-java 3.19.6

0 commit comments

Comments
 (0)