We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8073fd2 commit 07c4a76Copy full SHA for 07c4a76
CHANGELOG.md
@@ -23,7 +23,7 @@
23
handlers
24
25
##### 0.9.40
26
-- Significant performance boost for: `defer err2.Handle/Catch()`
+- Significant performance boost for: `defer err2.Handle/Catch()`
27
- **3x faster happy path than the previous version, which is now equal to
28
simplest `defer` function in the `err`-returning function** . (Please see
29
the `defer` benchmarks in the `err2_test.go` and run `make bench_reca`)
@@ -73,7 +73,7 @@
73
especially performance
74
75
##### 0.9.0
76
-- **Clean and simple API**
+- **Clean and simple API**
77
- Removing deprecated functions:
78
- Only `err2.Handle` for error returning functions
79
- Only `err2.Catch` for function that doesn't return error
0 commit comments