Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Apr 30, 2022
1 parent 355ae13 commit c290f3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ import "gopkg.in/hedzr/errors.v3"

## History

- v3.0.21 ..
- add: `RegisterCode()` at top level for initialize user-defined Coded decl
- godoc and fix/imp Attach() to copy inner errors' StackTrace
- fix Is(): Is(err, errors.BadRequest) might be dead lock or cannot return the test result probably
- new lint + fmr
- imp: remove redundant codes
- update withStackInfo.Stack with WithData() - specially for defer recover codes

- v3.0.15
- fix: make Is() work for go1.12 and below

Expand Down

0 comments on commit c290f3a

Please sign in to comment.