Code refactoring for bpa operator
[icn.git] / cmd / bpa-operator / vendor / go.uber.org / multierr / CHANGELOG.md
1 Releases
2 ========
3
4 v1.1.0 (2017-06-30)
5 ===================
6
7 -   Added an `Errors(error) []error` function to extract the underlying list of
8     errors for a multierr error.
9
10
11 v1.0.0 (2017-05-31)
12 ===================
13
14 No changes since v0.2.0. This release is committing to making no breaking
15 changes to the current API in the 1.X series.
16
17
18 v0.2.0 (2017-04-11)
19 ===================
20
21 -   Repeatedly appending to the same error is now faster due to fewer
22     allocations.
23
24
25 v0.1.0 (2017-31-03)
26 ===================
27
28 -   Initial release