From 429a0b1bd34b2c81f3cd05019f21092fcdc7d4b3 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 17 Jan 2024 22:52:01 +0100 Subject: [PATCH] Updated changelog --- Changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog.md b/Changelog.md index fdb1677..586d71e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,20 @@ +### 2024-01-17: RNS β 0.7.0 + +This maintenance release fixes a number of bugs. Thanks to @jooray, who contributed to this release! + +**Changes** +- Fixed large resource transfers failing under some conditions +- Fixed a potential division by zero +- Fixed a missing check on malformed advertisement packets +- Fixed a formatting issue in `rnprobe` +- Improved resource timeout calculations + +**Release Hashes** +``` +f8981db9645cf5207fdfa53b2bf1735e99cc3d6547748bac81d77a00601f8e6c rns-0.7.0-py3-none-any.whl +2ba8fc281fba4dd1c502f01d630ee6c554fe5d48080614f3aa61b4811e522463 rnspure-0.7.0-py3-none-any.whl +``` + ### 2023-12-07: RNS β 0.6.9 This release adds a few convenience functions to the `rnid` utility, and improves roaming support on Android.