Skip to content

Commit 8408ea7

Browse files
HyukjinKwonrgbkrk
authored andcommitted
Add the changes in 0.4.3 into CHANGES.md
1 parent 67c977b commit 8408ea7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020

2121
- Use `pickle.HIGHEST_PROTOCOL` by default.
2222

23+
0.4.3
24+
=====
25+
26+
- Fixed a regression: `AttributeError` when loading pickles that hold a
27+
reference to a dynamically defined class from the `__main__` module.
28+
([issue #131]( https://github.com/cloudpipe/cloudpickle/issues/131)).
29+
30+
- Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
31+
types. ([issue #144](https://github.com/cloudpipe/cloudpickle/issues/144))
32+
2333
0.4.2
2434
=====
2535

0 commit comments

Comments
 (0)