Add CHANGES entry for v0.11.1

This commit is contained in:
Emilio Cobos Álvarez 2019-12-08 22:15:34 +01:00
parent c8f94b5865
commit e050442d05
No known key found for this signature in database
GPG Key ID: E1152D0994E4BF8A

View File

@ -1,3 +1,8 @@
## 0.11.1
* More binary operators and expressions are supported. https://github.com/eqrion/cbindgen/pull/425
* More built-in bitflags operators. https://github.com/eqrion/cbindgen/pull/426
## 0.11.0
* Made rust char map to uint32_t. https://github.com/eqrion/cbindgen/pull/424