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 4bb24ba commit ceae945Copy full SHA for ceae945
website/docs/releases/release-notes.md
@@ -2,6 +2,10 @@
2
title: Release Notes
3
---
4
5
+## v0.6.1
6
+#### CashScript SDK
7
+* :bug: Fix bug with incorrect fee calculation when providing custom fee per byte
8
+
9
## v0.6.0
10
#### cashc compiler
11
* :sparkles: Add date literal (gets converted to int timestamp)
@@ -17,6 +21,9 @@ title: Release Notes
17
21
* :sparkles: Add BitcoinRpcNetworkProvider that connects to a BCH node RPC
18
22
* :boom: **BREAKING**: Remove dependency on `cashc` and remove `CashCompiler` export
19
23
24
+---
25
+twitter.com/RoscoKalis/status/1371896417443282956
26
20
27
## v0.5.7
28
29
- :bug: Better error reporting for parsing/lexing errors
0 commit comments