Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

68 lines (43 loc) · 1.13 KB

Master

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • None.

0.2.1 Release notes (2018-07-30)

  • Fix Carthage install problem
  • Add OP_CODEs
  • Refactor ScriptMachine
  • etc...

0.2.0 Release notes (2018-07-29)

First Version for BitcoinKit! Bunch of changes included.

  • Cashaddr
  • Bech32
  • BIP143 based Transaction Digest Algorithm
  • Script Machine
  • UnitTests
  • Minor bug fixes
  • etc...

0.1.2 Release notes (2018-02-10)

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Hide OpenSSL headers in private module. No longer needed to add header search paths in a user project.
    #20

0.1.1 Release notes (2018-02-06)

Breaking
  • None.
Enhancements
  • Extend supported lower iOS version to 8.0
    #8
  • Support CocoaPods
    #7
Bug Fixes
  • Fix carthage installation failure
    #5

0.1.0 Release notes (2018-02-05)

First Version!