Skip to content

Commit 55b41b9

Browse files
committed
Update CHANGES.md for the version 1.3.0
1 parent fbf974a commit 55b41b9

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# The change history of PyCall
22

3-
## master
3+
## 1.3.0
44

55
* Add `PyCall.without_gvl` for explicitly releasing the RubyVM GVL
66

7+
* Fix for missing if in PyObjectWrapper
8+
9+
*Kouhei Sutou*
10+
11+
* Fix for Anaconda environment
12+
13+
*Ryo MATSUMIYA*
14+
15+
* Fix against `unknown symbol "PyInt_AsSsize_t"` (Fiddle::DLError)
16+
17+
*Kouhei Sutou*
18+
19+
* Fix for `TypeError: Compared with non class/module`
20+
21+
*Archonic*
22+
723
## 1.2.1
824

925
* Prevent circular require in pycall/iruby.rb

0 commit comments

Comments
 (0)