@@ -5,6 +5,23 @@ 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+
23+ ## [ 0.7.0] - 2019-10-08
24+
825## [ 0.7.0-arduino] - 2019-10-08
926
1027### Changed
@@ -114,9 +131,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
114131[ #105 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/105
115132[ #111 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/111
116133[ 0.6.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.5.0...0.6.0
117- [ 0.6.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.5 .0-arduino...0.6.0-arduino
134+ [ 0.6.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.3 .0-arduino...0.6.0-arduino
118135[ #120 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/120
119136[ #121 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/121
120137[ #133 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/133
121138[ #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
122140[ 0.7.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0-arduino...0.7.0-arduino
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