Skip to content

Commit f00e36e

Browse files
pierreglaserogrisel
authored andcommitted
MNT mention #273 improvements in the changelog (#277)
1 parent 725e2de commit f00e36e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
but is no longer officially supported by cloudpickle)
1010
([issue #276](https://github.com/cloudpipe/cloudpickle/pull/276))
1111

12+
- Internal refactoring to proactively detect dynamic functions and classes when
13+
pickling them. This refactoring also yields small performance improvements
14+
when pickling dynamic classes (~10%)
15+
([issue #273](https://github.com/cloudpipe/cloudpickle/pull/273))
16+
1217
1.1.1
1318
=====
1419

Diff for: cloudpickle/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from cloudpickle.cloudpickle import *
44

5-
__version__ = '1.1.1'
5+
__version__ = '1.2.0.dev0'

0 commit comments

Comments
 (0)