CHANGES.md in pycall-1.1.0.rc1 vs CHANGES.md in pycall-1.2.0.beta1

- old
+ new

@@ -20,9 +20,19 @@ * Export PyObject convert functions *Kouhei Sutou* +* Support multiple candidates of Python command in `PyCall.init` + +* Now, `PyCall.init` tries `python3` command before `python` in default + +* Drop Ruby 2.2 and 2.1 supports + +* Add `PyCall::PyTypeObjectWrapper#<` as `Class#<` + +* Support class inheritance in python type mapping + ## 1.0.3 * Fix anaconda support to define the environment variable `PYTHONHOME`. https://github.com/mrkn/pycall.rb/issues/37