From e339b9597f610b9bbb8dc6038cc988807f0622f0 Mon Sep 17 00:00:00 2001 From: hyukjinkwon Date: Sun, 11 Feb 2018 22:00:02 +0900 Subject: [PATCH] Add the changes in 0.4.3 into CHANGES.md --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b4b680a72..4118dceb7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,6 +20,16 @@ - Use `pickle.HIGHEST_PROTOCOL` by default. +0.4.3 +===== + +- Fixed a regression: `AttributeError` when loading pickles that hold a + reference to a dynamically defined class from the `__main__` module. + ([issue #131]( https://github.com/cloudpipe/cloudpickle/issues/131)). + +- Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in + types. ([issue #144](https://github.com/cloudpipe/cloudpickle/issues/144)) + 0.4.2 =====