Skip to content

Commit 63f4c25

Browse files
committed
update release notes
1 parent b106a67 commit 63f4c25

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

release-notes/VERSION

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,26 @@ Modules:
1515
#14 (avro): Add support for Avro annotations via `AvroAnnotationIntrospector`
1616
(contributed by baharclerode@github)
1717
#15 (avro): Add a way to produce "file" style Avro output
18+
#56 (avro): Replace use of `BinaryDecoder` with direct access
1819
#57 (avro): Add support for @Stringable annotation
1920
(contributed by baharclerode@github)
2021
#59 (avro): Add support for @AvroAlias annotation for Record/Enum name evolution
2122
(contributed by baharclerode@github)
2223
#60 (avro): Add support for `@Union` and polymorphic types
2324
(contributed by baharclerode@github)
24-
#63: (avro): Implement native `float` handling for parser
25-
#64: (proto): Implement native `float` handling for parser
25+
#63 (avro): Implement native `float` handling for parser
26+
#64 (proto): Implement native `float` handling for parser
2627
#68 (proto): Getting "type not supported as root type by protobuf" for serialization
2728
of short and UUID types
2829
(reported by Eldad R)
2930
#69 (avro): Add support for `@AvroEncode` annotation
3031
#79 (proto): Fix wire type for packed arrays
31-
#95: Add new method, `withUnsafeReaderSchema` in `AvroSchema` to allow avoiding verification exception
32-
#98: [Avro] AvroMapper with Map throwing UnsupportedOperationException
32+
#95 (avro): Add new method, `withUnsafeReaderSchema` in `AvroSchema` to allow avoiding verification exception
33+
#98 (avro): AvroMapper with Map throwing UnsupportedOperationException
3334
(reported by coder-hub@github)
34-
- [avro] Upgrade `avro-core` dep from 1.7.7 to 1.8.1
35+
- (avro): Upgrade `avro-core` dep from 1.7.7 to 1.8.1
3536

36-
2.8.9.1 (not yet released)
37+
2.8.10 (not yet released)
3738

3839
#94: Should _ensureRoom in ProtobufGenerator.writeString()
3940
(reported by marsqing@github)

0 commit comments

Comments
 (0)