Add recent changes to the CHANGES file, which I forgot to do.
This commit is contained in:
parent
e19526e00b
commit
cbdf7bc31f
8
CHANGES
8
CHANGES
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user