We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863e8c3 commit 50bf59fCopy full SHA for 50bf59f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.4.8 - 2021-06-27
4
+- `REVERSAL` TransactionType to indicate reverted/rejected transactions
5
+- convert all enums to strEnums for better readability [(#35)](https://github.com/codereverser/casparser/pull/35)
6
+- fix issue with parsing multi-line transactions
7
+
8
## 0.4.7 - 2021-06-01
9
10
- Minor bug fixes in summary statement parser.
@@ -121,4 +126,4 @@
121
126
122
127
## 0.1.0 - 2020-10-11
123
128
124
-- Initial release
129
+- Initial release
0 commit comments