Update the CHANGELOG

Change-Id: Iae99835eb1f369857625ad3aa763280b380607fe
Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/769594
Reviewed-by: Patrick Lu <patricklu@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Fuchsia-Auto-Submit: Sam Balana <sbalana@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dada802..986c4ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,9 +23,15 @@
 
 ### Removed
 
+- [BREAKING CHANGE] Dependencies for Python versions older than 3.8. Please
+upgrade your system to a newer version of Python to run antlion tests.
 - `ssh_config` from `FuchsiaDevice` config. SSH configs are generated to provide
 a reproducible connection method and ease initial setup.
 
+### Fixed
+
+- Failure to acquire IPv6 address in `WlanRebootTest` ([bug](http://b/256009189))
+- Typo in `ChannelSweepTest` preventing use of iPerf ([@patricklu])
 
 [unreleased]: https://fuchsia.googlesource.com/antlion/+/refs/tags/v0.1.0..refs/heads/main
 
@@ -65,3 +71,4 @@
 [src-layout]: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#src-layout
 
 [@sakuma]: https://fuchsia-review.git.corp.google.com/q/owner:sakuma%2540google.com
+[@patricklu]: https://fuchsia-review.git.corp.google.com/q/owner:patricklu%2540google.com