|
1 |
| -# Unreleased |
2 |
| - |
3 |
| -- [Add a new method for `Error`: `chain_err`.](https://github.com/brson/error-chain/pull/141) |
4 |
| -- [Allow `chain_err` to be used on `Option<T>`](https://github.com/brson/error-chain/pull/156) |
5 |
| -- [Add support for creating an error chain on boxed trait errors (`Box<Error>`)](https://github.com/brson/error-chain/pull/156) |
| 1 | +# 0.11.0-rc.2 |
| 2 | + |
| 3 | +- [Make `ErrorChainIter`'s field private](https://github.com/rust-lang-nursery/error-chain/issues/178) |
| 4 | +- [Rename `ErrorChainIter` to `Iter`](https://github.com/rust-lang-nursery/error-chain/issues/168) |
| 5 | +- [Implement `Debug` for `ErrorChainIter`](https://github.com/rust-lang-nursery/error-chain/issues/169) |
| 6 | +- [Rename `ChainedError::display` to `display_chain`](https://github.com/rust-lang-nursery/error-chain/issues/180) |
| 7 | +- [Add a new method for `Error`: `chain_err`.](https://github.com/rust-lang-nursery/error-chain/pull/141) |
| 8 | +- [Allow `chain_err` to be used on `Option<T>`](https://github.com/rust-lang-nursery/error-chain/pull/156) |
| 9 | +- [Add support for creating an error chain on boxed trait errors (`Box<Error>`)](https://github.com/rust-lang-nursery/error-chain/pull/156) |
| 10 | +- [Remove lint for unused doc comment.](https://github.com/rust-lang-nursery/error-chain/pull/199) |
| 11 | +- [Generated `ErrorKind` enums are now nonexaustive](https://github.com/rust-lang-nursery/error-chain/pull/193) |
6 | 12 |
|
7 | 13 | # 0.10.0
|
8 | 14 |
|
9 |
| -- [Add a new constructor for `Error`: `with_chain`.](https://github.com/brson/error-chain/pull/126) |
10 |
| -- [Add the `ensure!` macro.](https://github.com/brson/error-chain/pull/135) |
| 15 | +- [Add a new constructor for `Error`: `with_chain`.](https://github.com/rust-lang-nursery/error-chain/pull/126) |
| 16 | +- [Add the `ensure!` macro.](https://github.com/rust-lang-nursery/error-chain/pull/135) |
11 | 17 |
|
12 | 18 | # 0.9.0
|
13 | 19 |
|
14 |
| -- Revert [Add a `Sync` bound to errors](https://github.com/brson/error-chain/pull/110) |
| 20 | +- Revert [Add a `Sync` bound to errors](https://github.com/rust-lang-nursery/error-chain/pull/110) |
15 | 21 |
|
16 | 22 | # 0.8.1
|
17 | 23 |
|
18 |
| -- Add crates.io categorie. |
| 24 | +- Add crates.io category. |
19 | 25 |
|
20 | 26 | # 0.8.0
|
21 | 27 |
|
22 |
| -- [Add a `Sync` bound to errors](https://github.com/brson/error-chain/pull/110) |
23 |
| -- [Add `ChainedError::display` to format error chains](https://github.com/brson/error-chain/pull/113) |
| 28 | +- [Add a `Sync` bound to errors](https://github.com/rust-lang-nursery/error-chain/pull/110) |
| 29 | +- [Add `ChainedError::display` to format error chains](https://github.com/rust-lang-nursery/error-chain/pull/113) |
24 | 30 |
|
25 | 31 | # 0.7.2
|
26 | 32 |
|
|
30 | 36 |
|
31 | 37 | # 0.7.1
|
32 | 38 |
|
33 |
| -- [Add the `bail!` macro](https://github.com/brson/error-chain/pull/76) |
| 39 | +- [Add the `bail!` macro](https://github.com/rust-lang-nursery/error-chain/pull/76) |
34 | 40 |
|
35 | 41 | # 0.7.0
|
36 | 42 |
|
37 |
| -- [Rollback several design changes to fix regressions](https://github.com/brson/error-chain/pull/75) |
| 43 | +- [Rollback several design changes to fix regressions](https://github.com/rust-lang-nursery/error-chain/pull/75) |
38 | 44 | - New `Variant(Error) #[attrs]` for `links` and `foreign_links`.
|
39 | 45 | - Hide implementation details from the doc.
|
40 | 46 | - Always generate `Error::backtrace`.
|
|
64 | 70 |
|
65 | 71 | # 0.5.0
|
66 | 72 |
|
67 |
| -- [Only generate backtraces with RUST_BACKTRACE set](https://github.com/brson/error-chain/pull/27) |
68 |
| -- [Fixup matching, disallow repeating "types" section](https://github.com/brson/error-chain/pull/26) |
69 |
| -- [Fix tests on stable/beta](https://github.com/brson/error-chain/pull/28) |
70 |
| -- [Only deploy docs when tagged](https://github.com/brson/error-chain/pull/30) |
| 73 | +- [Only generate backtraces with RUST_BACKTRACE set](https://github.com/rust-lang-nursery/error-chain/pull/27) |
| 74 | +- [Fixup matching, disallow repeating "types" section](https://github.com/rust-lang-nursery/error-chain/pull/26) |
| 75 | +- [Fix tests on stable/beta](https://github.com/rust-lang-nursery/error-chain/pull/28) |
| 76 | +- [Only deploy docs when tagged](https://github.com/rust-lang-nursery/error-chain/pull/30) |
71 | 77 |
|
72 | 78 | Contributors: benaryorg, Brian Anderson, Georg Brandl
|
73 | 79 |
|
74 | 80 | # 0.4.2
|
75 | 81 |
|
76 |
| -- [Fix the resolution of the ErrorKind description method](https://github.com/brson/error-chain/pull/24) |
| 82 | +- [Fix the resolution of the ErrorKind description method](https://github.com/rust-lang-nursery/error-chain/pull/24) |
77 | 83 |
|
78 | 84 | Contributors: Brian Anderson
|
79 | 85 |
|
80 | 86 | # 0.4.1 (yanked)
|
81 | 87 |
|
82 |
| -- [Fix a problem with resolving methods of the standard Error type](https://github.com/brson/error-chain/pull/22) |
| 88 | +- [Fix a problem with resolving methods of the standard Error type](https://github.com/rust-lang-nursery/error-chain/pull/22) |
83 | 89 |
|
84 | 90 | Contributors: Brian Anderson
|
85 | 91 |
|
86 | 92 | # 0.4.0 (yanked)
|
87 | 93 |
|
88 |
| -- [Remove the foreign link description and forward to the foreign error](https://github.com/brson/error-chain/pull/19) |
89 |
| -- [Allow missing sections](https://github.com/brson/error-chain/pull/17) |
| 94 | +- [Remove the foreign link description and forward to the foreign error](https://github.com/rust-lang-nursery/error-chain/pull/19) |
| 95 | +- [Allow missing sections](https://github.com/rust-lang-nursery/error-chain/pull/17) |
90 | 96 |
|
91 | 97 | Contributors: Brian Anderson, Taylor Cramer
|
92 | 98 |
|
93 | 99 | # 0.3.0
|
94 | 100 |
|
95 |
| -- [Forward Display implementation for foreign errors](https://github.com/brson/error-chain/pull/13) |
| 101 | +- [Forward Display implementation for foreign errors](https://github.com/rust-lang-nursery/error-chain/pull/13) |
96 | 102 |
|
97 | 103 | Contributors: Brian Anderson, Taylor Cramer
|
98 | 104 |
|
99 | 105 | # 0.2.2
|
100 | 106 |
|
101 |
| -- [Don't require `types` section in macro invocation](https://github.com/brson/error-chain/pull/8) |
102 |
| -- [Add "quick start" to README](https://github.com/brson/error-chain/pull/9) |
| 107 | +- [Don't require `types` section in macro invocation](https://github.com/rust-lang-nursery/error-chain/pull/8) |
| 108 | +- [Add "quick start" to README](https://github.com/rust-lang-nursery/error-chain/pull/9) |
103 | 109 |
|
104 | 110 | Contributors: Brian Anderson, Jake Shadle, Nate Mara
|
| 111 | + |
0 commit comments