Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jun 1, 2024
1 parent d1b9c64 commit 68dc445
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Change Log

## [0.11.17] (Unreleased)
- Add `using` as a reserved keyword (#1666)
- Deprecate undocumented getFieldByNumber in favor of the PValue-based API (#1669)

## [0.11.16]
- sealed_oneof_companion_extends is handled also for optional sealed oneofs (#1639)
- added sealed_oneof_empty_extends to add trait to the empty case object of
sealed oneofs (#1640)
- Add `using` as a reserved keyword (#1666)
- Deprecate undocumented getFieldByNumber in favor of the PValue-based API (#1669)
- Bump scala-native to 0.5.1


## [0.11.15]
- When more than one enum values share the same number, the first one would
generate a case object as usual, and subsequent ones will value values
referencing the case object. This is consistent with the Java behavior (#1611)
- `Option` now rendered as `_root_.scala.Option` to resolve name conflicts (#1623)
- scalapb-runtime-grpc: optimize Marshaller for InProcessTransport (#1615)

## [0.11.14]
- Repeated extensions can now use arbitrary iterable types or any collection type there is a
CollectionAdapter for (#1509)
Expand Down

0 comments on commit 68dc445

Please sign in to comment.