|
9 | 9 | - [Removed](#removed)
|
10 | 10 | - [Fixed](#fixed)
|
11 | 11 | - [Security](#security)
|
12 |
| -- [0.47.0](#0470) |
13 |
| - - [Changed](#changed-1) |
| 12 | +- [0.47.2](#0472) |
14 | 13 | - [Fixed](#fixed-1)
|
| 14 | +- [0.47.1](#0471) |
| 15 | + - [Changed](#changed-1) |
| 16 | + - [Fixed](#fixed-2) |
| 17 | +- [0.47.0](#0470) |
| 18 | + - [Changed](#changed-2) |
| 19 | + - [Fixed](#fixed-3) |
15 | 20 | - [0.33.1 .. 0.46.0](#0331--0460)
|
16 | 21 | - [Added](#added-1)
|
17 | 22 | - [Removed](#removed-1)
|
18 |
| - - [Changed](#changed-2) |
19 |
| - - [Fixed](#fixed-2) |
| 23 | + - [Changed](#changed-3) |
| 24 | + - [Fixed](#fixed-4) |
20 | 25 | - [0.33.1](#0331)
|
21 |
| - - [Fixed](#fixed-3) |
| 26 | + - [Fixed](#fixed-5) |
22 | 27 | - [0.33.0](#0330)
|
23 | 28 | - [Added](#added-2)
|
24 |
| - - [Changed](#changed-3) |
| 29 | + - [Changed](#changed-4) |
25 | 30 | - [Deprecated](#deprecated-1)
|
26 | 31 | - [Removed](#removed-2)
|
27 |
| - - [Fixed](#fixed-4) |
| 32 | + - [Fixed](#fixed-6) |
28 | 33 | - [Security](#security-1)
|
29 | 34 | - [0.32.2](#0322)
|
30 |
| - - [Fixed](#fixed-5) |
| 35 | + - [Fixed](#fixed-7) |
31 | 36 | - [0.32.1](#0321)
|
32 |
| - - [Fixed](#fixed-6) |
| 37 | + - [Fixed](#fixed-8) |
33 | 38 | - [0.32.0](#0320)
|
34 | 39 | - [Added](#added-3)
|
35 |
| - - [Changed](#changed-4) |
36 |
| - - [Fixed](#fixed-7) |
| 40 | + - [Changed](#changed-5) |
| 41 | + - [Fixed](#fixed-9) |
37 | 42 | - [0.31.0](#0310)
|
38 | 43 | - [Added](#added-4)
|
39 |
| - - [Changed](#changed-5) |
| 44 | + - [Changed](#changed-6) |
40 | 45 | - [Deprecated](#deprecated-2)
|
41 | 46 | - [Removed](#removed-3)
|
42 |
| - - [Fixed](#fixed-8) |
| 47 | + - [Fixed](#fixed-10) |
43 | 48 | - [0.30.0](#0300)
|
44 | 49 | - [Added](#added-5)
|
45 |
| - - [Changed](#changed-6) |
| 50 | + - [Changed](#changed-7) |
46 | 51 | - [Deprecated](#deprecated-3)
|
47 |
| - - [Fixed](#fixed-9) |
| 52 | + - [Fixed](#fixed-11) |
48 | 53 | - [0.29.0](#0290)
|
49 | 54 | - [Added](#added-6)
|
50 |
| - - [Changed](#changed-7) |
51 |
| - - [Fixed](#fixed-10) |
| 55 | + - [Changed](#changed-8) |
| 56 | + - [Fixed](#fixed-12) |
52 | 57 |
|
53 | 58 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
54 | 59 |
|
@@ -84,6 +89,41 @@ Released YYYY/MM/DD
|
84 | 89 |
|
85 | 90 | --------------------------------------------------------------------------------
|
86 | 91 |
|
| 92 | +# 0.47.2 |
| 93 | + |
| 94 | +Released 2019/02/22 |
| 95 | + |
| 96 | +## Fixed |
| 97 | + |
| 98 | +* @flowbish fixed code generation for nested function prototypes. [#1508][] |
| 99 | +* Some complex C++ constructs no longer panic on code generation [#1513][] |
| 100 | +* Implicit template parameters are now appended to base classes [#1515][] |
| 101 | +* @flier fixed single-argument block pointers [#1519][] |
| 102 | + |
| 103 | +[#1508]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1508 |
| 104 | +[#1513]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1513 |
| 105 | +[#1515]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1515 |
| 106 | +[#1519]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1519 |
| 107 | + |
| 108 | +-------------------------------------------------------------------------------- |
| 109 | + |
| 110 | +# 0.47.1 |
| 111 | + |
| 112 | +Released 2019/02/02 |
| 113 | + |
| 114 | +## Changed |
| 115 | + |
| 116 | +* @luser improved the error message when rustfmt cannot be found [#1501][] |
| 117 | + |
| 118 | +## Fixed |
| 119 | + |
| 120 | +* Reverted `clang-sys` update for regressions [#1505][] |
| 121 | + |
| 122 | +[#1505]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1505 |
| 123 | +[#1501]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1501 |
| 124 | + |
| 125 | +-------------------------------------------------------------------------------- |
| 126 | + |
87 | 127 | # 0.47.0
|
88 | 128 |
|
89 | 129 | Released 2019/01/19
|
|
0 commit comments