Skip to content

Commit 47edaeb

Browse files
committed
v1.2.3 updates
1 parent 1afac7a commit 47edaeb

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Version history
44

5+
##### 1.2.2
6+
- Bug Fix (issue-27): automatic error annotation works now for try.T functions
7+
- Updated documentation
8+
59
##### 1.2.1
610
- Optimization and Refactoring
711
- Updated documentation

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,8 @@ Please see the full version history from [CHANGELOG](./CHANGELOG.md).
623623
624624
### Latest Release
625625
626-
##### 1.2.2
627-
- Bug Fix (issue-27): automatic error annotation works now for try.T functions
628-
- Updated documentation
626+
##### 1.2.3
627+
- Bug Fix (issue-30): automatic error annotation fixed, when app functions were
628+
named like, e.g., `func MyHandle() (err error)`
629+
- Refactoring internal parts, will help maintenance and new contributors
630+
- Maintenance updates, like GitHub actions, etc.

0 commit comments

Comments
 (0)