Skip to content

Commit cd2bf37

Browse files
committed
release & version information
1 parent 99aaf5d commit cd2bf37

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ your-app -asserter Debug
387387
```
388388
389389
That adds more information to the assertion statement, which in default is in
390-
production (`Prod`) mode, i.e., outputs K&D error message.
390+
production (`Prod`) mode, i.e., outputs a single-line assertion message.
391391
392392
All you need to do is to add `flag.Parse` to your `main` function.
393393
@@ -528,11 +528,12 @@ Please see the full version history from [CHANGELOG](./CHANGELOG.md).
528528
### Latest Release
529529
530530
##### 0.9.5
531-
- `flag` package integration:
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
532534
533535
### Upcoming releases
534536
535537
##### 0.9.6
536-
- Idea: TODO
537-
- Continue removing unused parts
538-
- More documentation
538+
- Continue removing unused parts and repairing for 1.0.0 release.
539+
- Always more and better documentation

0 commit comments

Comments
 (0)