Skip to content

Commit 0803c6a

Browse files
Updated Changelog for v2.2.0
Signed-off-by: David Hernando <[email protected]>
1 parent 4376148 commit 0803c6a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ All notable changes to this project will be documented in this file. The format
99
[comment]: <> (Fixed: any bug fixes)
1010
[comment]: <> (Security: in case of vulnerabilities)
1111

12+
## [2.2.0]
13+
14+
### Added
15+
* Changes to QueryGlobalState and GetAccountInfo methods to support changes in Casper node v1.5.5 [PR#50](https://github.com/make-software/casper-net-sdk/pull/50).
16+
17+
### Fixed
18+
* We use `ToLowerInvariant()` instead of `ToLower()` to avoid problems with some CultureInfos [PR#52](https://github.com/make-software/casper-net-sdk/pull/52).
19+
* XML Documentation included into the nuget packages [PR#53](https://github.com/make-software/casper-net-sdk/pull/53).
20+
* `isSystem` property in the Block Proposer class marked obsolete and replaced with `IsSystem` [PR#51](https://github.com/make-software/casper-net-sdk/pull/51).
21+
22+
### Changed
23+
* The SDK now links with `BouncyCastle.Cryptography` package instead of `BouncyCastle.NetCore` which was based on a
24+
mirror of the official package.
25+
* Testnet node in the examples updated to a working URL.
26+
1227
## [2.1.0]
1328

1429
### Fixed
@@ -62,6 +77,7 @@ This new type permits to parse correctly the value `"00"` used for system blocks
6277
### Added
6378
* Initial release of Casper .NET SDK.
6479

80+
[2.2.0]: https://github.com/make-software/casper-net-sdk/releases/tag/v2.2.0
6581
[2.1.0]: https://github.com/make-software/casper-net-sdk/releases/tag/v2.1.0
6682
[2.0.0]: https://github.com/make-software/casper-net-sdk/releases/tag/v2.0.0
6783
[1.1.2]: https://github.com/make-software/casper-net-sdk/releases/tag/v1.1.2

0 commit comments

Comments
 (0)