CHANGES.md in pycall-1.0.3 vs CHANGES.md in pycall-1.1.0.rc1
- old
+ new
@@ -1,6 +1,28 @@
# The change history of PyCall
+## master
+
+* Add `PyCall::Tuple#to_ary`
+
+ *Naoto Takai*
+
+* Release GVL while the Python interpreter is running
+
+* Drop support Ruby 2.2.x and 2.1.x
+
+* Release GVL while the Python interpreter is running [Fix #45]
+
+* Add public header file
+
+* Use PyPtr.none? instead of removed PyCall.none?
+
+ *Kouhei Sutou*
+
+* Export PyObject convert functions
+
+ *Kouhei Sutou*
+
## 1.0.3
* Fix anaconda support to define the environment variable `PYTHONHOME`.
https://github.com/mrkn/pycall.rb/issues/37