Skip to content

Commit

Permalink
Updated changelof
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed May 5, 2024
1 parent b2f3871 commit 93564c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import org.apache.avro.io.DecoderFactory
import org.apache.avro.io.EncoderFactory

/**
* A [SpecificSerde] provides an easy way to convert between a specific data class [T] and avro encoded bytes
* by delegating to an [Encoder] and [Decoder] that handles that type.
*
* A [SpecificSerde] is a [Serde] that delegates to an [Encoder] and [Decoder] that handles that type.
* If you wish to create a [SpecificSerde] reflectively, see [ReflectionSerdeFactory].
*
* This class is thread safe once constructed.
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

### 1.3.3

* Added `SpecificSerde` and `CompressingSerde`.
* Added `ReflectionSerdeFactory` and `CachedReflectionSerdeFactory`.
* Added `DataReader` and `DataWriter`.

### 1.3.2

Expand Down

0 comments on commit 93564c3

Please sign in to comment.