Commit f9502150 by Wenzel Jakob

note about semver policy

parent 1cbe7ef2
...@@ -3,18 +3,21 @@ ...@@ -3,18 +3,21 @@
Changelog Changelog
######### #########
Breaking changes queued for v2.0 (Not yet released) Starting with version 1.8, pybind11 releases use a
[semantic versioning](http://semver.org) policy.
Breaking changes queued for v2.0.0 (Not yet released)
--------------------------------------------------- ---------------------------------------------------
* Redesigned virtual call mechanism and user-facing syntax (see * Redesigned virtual call mechanism and user-facing syntax (see
https://github.com/pybind/pybind11/commit/86d825f3302701d81414ddd3d38bcd09433076bc) https://github.com/pybind/pybind11/commit/86d825f3302701d81414ddd3d38bcd09433076bc)
* Remove ``handle.call()`` method * Remove ``handle.call()`` method
1.9 (Not yet released) 1.9.0 (Not yet released)
---------------------- ----------------------
* Queued changes: ``py::eval*``, map indexing suite, documentation for indexing suites. * Queued changes: ``py::eval*``, map indexing suite, documentation for indexing suites.
1.8 (June 14, 2016) 1.8.0 (June 14, 2016)
---------------------- ----------------------
* Redesigned CMake build system which exports a convenient * Redesigned CMake build system which exports a convenient
``pybind11_add_module`` function to parent projects. ``pybind11_add_module`` function to parent projects.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment