Skip to content

Commit

Permalink
changelog v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensayshi committed Dec 20, 2016
1 parent 7925084 commit a1746ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ at https://www.blocktrail.com/api/docs/lang/php

[![Build Status](https://travis-ci.org/blocktrail/blocktrail-sdk-php.svg?branch=master)](https://travis-ci.org/blocktrail/blocktrail-sdk-php)

Upgrading from v2.x to v3.0.0
-----------------------------
**IMPORTANT** `v3.0.0` introduces a new **DEFAULT** wallet encryption, please make sure you upgrade the SDK everywhere you're using it!!

Upgrading from v1.x to v2.0.0
-----------------------------
**IMPORTANT** `v2.0.0` has a few BC breaks, please check [docs/CHANGELOG.md](docs/CHANGELOG.md)!!
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
BlockTrail PHP SDK Changelog
============================

v3.0.0
------
- New [Default] Wallet Version 3
Better encryption scheme / key derivation.
- Deprecated passing in `primaryPrivateKey`, should use `primarySeed` instead.

v2.1.0
------
- Replaced `bitcoin-lib-php` with `bitcoin-php`.
Expand Down

0 comments on commit a1746ea

Please sign in to comment.