Add recent changes to the CHANGES file, which I forgot to do.

This commit is contained in:
Emilio Cobos Álvarez 2019-06-26 16:02:39 +02:00
parent e19526e00b
commit cbdf7bc31f
No known key found for this signature in database
GPG Key ID: E1152D0994E4BF8A

View File

@ -1,3 +1,11 @@
## 0.9.0
* Support to generate C headers with C++ compatibility. https://github.com/eqrion/cbindgen/pull/349
* Fix include guard generation when no_includes is set. https://github.com/eqrion/cbindgen/pull/352
* Fix crate parsing order so that types from the binding crate are preferred in presence of conflicting names. https://github.com/eqrion/cbindgen/pull/355
* Add extra_bindings option to generate bindings for dependencies. https://github.com/eqrion/cbindgen/pull/362
* Clap dependency is optional now so it's feasible to avoid building it if cbindgen is used as a library. https://github.com/eqrion/cbindgen/pull/363
## 0.8.7
* Require C++11 to run the test-suite (#341, test-only)