diff --git a/docs/changelog/2.2.1.md b/docs/changelog/2.2.1.md index 2952925..f50dd67 100644 --- a/docs/changelog/2.2.1.md +++ b/docs/changelog/2.2.1.md @@ -1,6 +1,6 @@ ### 2.2.1 -_Not Released Yet_ +_Released 2022 Aug 25_ #### Fixes diff --git a/docs/changelog/README.md b/docs/changelog/README.md index f5acf40..49a1aa1 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -4,8 +4,8 @@ ### Version History -* ????-??-?? [2.2.1](2.2.1.md) (TBD; work in progress) -* 2022-07-22 [2.2.0](2.2.0.md) (latest) +* 2022-08-25 [2.2.1](2.2.1.md) (latest) +* 2022-07-22 [2.2.0](2.2.0.md) * 2022-05-10 [2.1.2](2.1.2.md) * 2022-04-30 [2.1.1](2.1.1.md) * 2022-02-05 [2.1.0](2.1.0.md) diff --git a/docs/changelog/full.md b/docs/changelog/full.md index f0477ce..fda45b1 100644 --- a/docs/changelog/full.md +++ b/docs/changelog/full.md @@ -1,3 +1,16 @@ +### 2.2.1 + +_Released 2022 Aug 25_ + +#### Fixes + +- Clearing a `MumbleLink` instance that wraps a custom `ByteBuffer` does now + properly zeroes the buffer's content. +- The server address is now parsed using network byte order. + + +--- + ### 2.2.0 _Released 2022 Jul 22_ diff --git a/docs/changelog/latest.md b/docs/changelog/latest.md index ff2e377..f50dd67 100644 --- a/docs/changelog/latest.md +++ b/docs/changelog/latest.md @@ -1,14 +1,9 @@ -### 2.2.0 +### 2.2.1 -_Released 2022 Jul 22_ - -#### Improvements - -- Added support for clearing the MumbleLink buffer (via `MumbleLink#clear()`). +_Released 2022 Aug 25_ #### Fixes -- Several fixes and improvements to server address parsing. (Thanks to @Medyro) - - The port is now parsed correctly instead of just the first byte. - - IPv6 addresses are now properly recognized on Windows. - - Improved error messages for parsing failures. \ No newline at end of file +- Clearing a `MumbleLink` instance that wraps a custom `ByteBuffer` does now + properly zeroes the buffer's content. +- The server address is now parsed using network byte order. \ No newline at end of file