From 7448fc516d5a66d09b2a65bb86d0ced3f8dd5fe5 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 17 Oct 2023 13:16:20 -0400 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a9421c..cf427648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.9.0] - 2023-10-17 +### Added + +- `Solution.print()` added to take the place of the deprecated `list_xxx` methods. + ### Changed - Significant documentation updates.