From f900971cd31ce764ea02a62fa23a5ea861e3e430 Mon Sep 17 00:00:00 2001 From: Saveliy Yusufov Date: Tue, 9 Jul 2024 12:36:51 -0400 Subject: [PATCH] Add upcoming changes to CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0420f70..a3bacb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## Upcoming + +### Fixed + +- Make sure table gets printed if the flag is passed to print the terminal via the CLI examples (@inmzhang) +- Fixed compilation errors, due to a breaking API change (since v0.5.0), in the benchmark (@inmzhang) + ## [0.5.1] - 2024-01-04 ### Performance Improvements