From e050442d057e0d0a4f309672ec2863d51f1ec0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 8 Dec 2019 22:15:34 +0100 Subject: [PATCH] Add CHANGES entry for v0.11.1 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 90376960f..84bed9f15 100644 --- a/CHANGES +++ b/CHANGES @@ -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