4 Commits

Author SHA1 Message Date
Emilio Cobos Álvarez
b30bb837c2
Add missing changelog for v0.10.0.
* Initialize struct literal with list-initializer for C++11 standard (#401)
 * Surround namespace with __cplusplus ifdef in cpp_compat mode
 * Add support for --quiet flag
 * Map char to char32_t
 * Improve binding_crate_ref() error message
 * avoid prematurely returning during expansion
 * Add support for adding "using namespace" statements
2019-12-03 00:46:30 +01:00
Emilio Cobos Álvarez
8e4db4c17f
Release 0.9.1.
* Various improvements to comment output. https://github.com/eqrion/cbindgen/pull/370 / https://github.com/eqrion/cbindgen/pull/375.
 * Fixed expand when ran from build.rs. https://github.com/eqrion/cbindgen/pull/371
 * More debugging output for expansion. https://github.com/eqrion/cbindgen/pull/383
 * New option to add a default private constructor in C++ tagged enums. https://github.com/eqrion/cbindgen/pull/377
 * Syn and related dependencies updated to 1.0. https://github.com/eqrion/cbindgen/pull/379
2019-08-25 19:45:15 +02:00
Emilio Cobos Álvarez
cbdf7bc31f
Add recent changes to the CHANGES file, which I forgot to do. 2019-06-26 16:02:59 +02:00
Ryan Hunt
c73e66a865 Add a basic CHANGES file with commit messages of previous releases 2019-06-12 11:44:44 -05:00