Skip to content

Commit 56aef22

Browse files
committed
Finalise CHANGELOG for new release
1 parent 0fc95e6 commit 56aef22

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
=============
2-
# v0.4.3 (XX Mar 2024)
2+
# v0.4.3 (24 Mar 2024)
33

4-
This release fixes issue reported in [#28](/../../issues/28) (thanks to CoderChristopher for reporting and suggesting the solution)
4+
This release fixes issues reported in:
5+
* [#28](/../../issues/28) (thanks to CoderChristopher for reporting and suggesting the solution)
6+
* [#27](/../../issues/27)
57

68
## What's new
79
* Added `1.72.0, 1.72.1,1.73.0, 1.74.0, 1.74.1, 1.75.0, 1.76.0, 1.77.0` Rust versions to Action pipeline
8-
* Incorporated [!29](/../../pull/29) to support addition of multiple dictionary files to a single `Dictionary` instance via new `add_file` function
10+
* Incorporated [!29](/../../pull/29) to support addition of multiple dictionary files to a single `Dictionary` instance via new `add_file` function (Fixes [#27](/../../issues/27))
911

1012
## What's removed or deprecated
1113
* Removed `1.63.0 & 1.64.0` Rust versions from Action pipeline as they were failing to install `cargo-make` (those versions are still supported by library)
1214

1315
## What's changed
14-
* Changed `initialise_packet_from_bytes` function of `radius_packet` to:
16+
* Changed `initialise_packet_from_bytes` function of `radius_packet` to: (Fixes [#28](/../../issues/28))
1517
* Handle packets of the length less than 20 or more than 4096 octets - returns `RadiusError` (to comply with [RFC2865](https://datatracker.ietf.org/doc/html/rfc2865))
1618
* Derive packet length from `RadiusPacket` (Length field) instead of relying on `bytes.len()`
1719
* If derived packet length is greater than `bytes.len()` - returns `RadiusError` (to comply with [RFC2865](https://datatracker.ietf.org/doc/html/rfc2865))

0 commit comments

Comments
 (0)