File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Version history
4
4
5
+ ##### 0.9.51
6
+ - ` flag ` package support to set ` err2 ` and ` assert ` package configuration
7
+ - ` err2.Catch ` default mode is to log error
8
+ - cleanup and refactoring, new tests and benchmarks
9
+
5
10
##### 0.9.5 ** mistake in build number: 5 < 41**
6
11
- ` flag ` package support to set ` err2 ` and ` assert ` package configuration
7
12
- ` err2.Catch ` default mode is to log error
Original file line number Diff line number Diff line change @@ -527,10 +527,11 @@ Please see the full version history from [CHANGELOG](./CHANGELOG.md).
527
527
528
528
### Latest Release
529
529
530
- ##### 0.9.51
531
- - ` flag` package support to set ` err2` and ` assert` package configuration
532
- - ` err2.Catch ` default mode is to log error
533
- - cleanup and refactoring, new tests and benchmarks
530
+ ##### 0.9.52
531
+ - ` err2.Stderr ` helpers for ` Catch/Handle` to direct auto-logging + snippets
532
+ - ` assert` package ` Shorter` ` Longer` helpers for automatic messages
533
+ - ` asserter` package remove deprecated slow reflection based funcs
534
+ - cleanup and refactoring for sample apps
534
535
535
536
### Upcoming releases
536
537
You can’t perform that action at this time.
0 commit comments