From a7abbee6b3546f7b39be0873752d29e446fc98f5 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Wed, 20 Jul 2022 16:05:10 +0200 Subject: [PATCH] Update CHANGES for release v0.7.3 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 333cec4a..b7c372ab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +## v0.7.3 (2022-07-20) + +* Fix broken API doc link in the README.md (@YuseiIto, #521) +* Be more informative when `tap_attach` fails (@reynir, #522) +* Ignore `up` variable to avoid compiler warning on FreeBSD (@hannesm, #520) + ## v0.7.2 (2022-05-27) * Suppress gcc array bounds warning in `test_zeropage` (@felixmoebius, #515)