Skip to content

Commit

Permalink
prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrevisan committed Apr 19, 2024
1 parent fa8fd6d commit e429d15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,9 @@ Pull requests are welcomed.
- Fixed error while handling of `SkipBits` and `SkipUntilTerminator` to allow processing multiple instances.
- Removed useless `BindFloat` and `BindDouble` has they are rarely used and can be substituted by the appropriate converters (`IntegerToFloatConvert` and `LongToDoubleConverter`).
- Removed useless `BindByte`, `BindShort`, `BindInt`, and `BindLong` as they can be substituted by `BindInteger`.
- Renamed `Descriptor` into the more meaningful `Describer`.
- Added builder to `Version`.
- Many smells removed, major code refactor.

<a name="changelog-3.6.0"></a>
### version 3.6.0 - 20240413
Expand Down

0 comments on commit e429d15

Please sign in to comment.