@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.0] - 2020-02-13
9+
10+ ## [ 1.0.0-arduino] - 2020-02-13
11+
12+ ### Changed
13+ - break up unit tests to support platforms with limited RAM ([ #172 ] )
14+ - removed use of monolithic ` arkCrypto.h ` header ([ #190 ] )
15+
16+ ### Added
17+ - added AIP-11 support for Core v.2.6 Transactions ([ #198 ] )
18+
19+ ### Fixed
20+ - fixed ` transaction::to_array ` tests on ESP8266 ([ #178 ] )
21+ - fixed ` transaction::to_json ` tests on ESP8266 ([ #180 ] )
22+
823## [ 0.7.0] - 2019-10-08
924
1025## [ 0.7.0-arduino] - 2019-10-08
@@ -121,5 +136,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
121136[ #121 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/121
122137[ #133 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/133
123138[ #156 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/156
139+ [ 0.7.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0...0.7.0
124140[ 0.7.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0-arduino...0.7.0-arduino
125- [ 0.7.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0-arduino...0.7.0
141+ [ #172 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/172
142+ [ #178 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/178
143+ [ #180 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/180
144+ [ #190 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/190
145+ [ #198 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/198
146+ [ 1.0.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0
147+ [ 1.0.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0-arduino
0 commit comments