File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Common Changelog] ( https://common-changelog.org/ ) .
6
6
7
+ [ 2.1.0 ] : https://github.com/chronicleprotocol/chronicle-std/releases/tag/v2.1.0
7
8
[ 2.0.0 ] : https://github.com/chronicleprotocol/chronicle-std/releases/tag/v2.0.0
8
9
[ 1.0.0 ] : https://github.com/chronicleprotocol/chronicle-std/releases/tag/v1.0.0
9
10
11
+ ## [ 2.1.0] - 2023-09-06
12
+
13
+ ### Added
14
+
15
+ - Config flag to disable ` chaincheck ` for specific interfaces ([ #5 ] ( https://github.com/chronicleprotocol/chronicle-std/pull/5 ) )
16
+
10
17
## [ 2.0.0] - 2023-08-01
11
18
12
19
### Fixed
Original file line number Diff line number Diff line change 15
15
└─ IToll — "Toll's interface specification"
16
16
17
17
script
18
- └─ Chaincheck - "Verifiable onchain configurations"
18
+ ├─ Chaincheck - "Verifiable onchain configurations"
19
+ ├─ IAuthChaincheck - "Chaincheck implementation for IAuth interface"
20
+ └─ ITollChaincheck - "Chaincheck implementation for IToll interface"
19
21
```
20
22
21
23
## Installation
You can’t perform that action at this time.
0 commit comments