Skip to content

Commit 7d722ef

Browse files
committed
CHANGES: Add 1.5.0 entry
1 parent 9c1ac49 commit 7d722ef

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# The change history of PyCall
22

3+
## 1.5.0
4+
5+
* Fix to prevent distutils deprecation warning (#159)
6+
7+
*Christopher Dilks*
8+
9+
* Drop Python 2.7 support
10+
11+
* Fix memory leak of Python objects. (#129)
12+
This should fixes #128 and maybe also fixes #164.
13+
14+
*mknkmyza*
15+
316
## 1.4.2
417

518
* Add supports of unary operators: `+@`, `-@`, `~`

0 commit comments

Comments
 (0)