From 91e08c3c220af7c7a97eccc1beff624941f935b1 Mon Sep 17 00:00:00 2001 From: Zecong Hu Date: Sat, 15 Jan 2022 14:31:12 -0500 Subject: [PATCH] Update CHANGES --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 972cf3f0..8a97012a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,9 @@ and `abc.abstractstaticmethod`. ([PR #450](https://github.com/cloudpipe/cloudpickle/pull/450)) +- Support for pickling subclasses of generic classes. + ([PR #448](https://github.com/cloudpipe/cloudpickle/pull/448)) + 2.0.0 =====