Update changelog
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 956305e..03eaeed 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,9 @@
-0.7.4 (2020-04-12)
+0.7.4 (?)
+    * Add ``classname_func`` option to ``@parameterized_class``
     * Fix arguments being passed to skip_on_empty_helper (thanks @gaf3;
       https://github.com/wolever/parameterized/issues/57)
+    * Fix tests on Python 3.8.2 (thanks @Ikke;
+      https://github.com/wolever/parameterized/pull/99)
 
 0.7.3 (2020-04-12)
     * Fix some typos (thanks @LWprogramming, @jinnovation;