Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
[release]: Updates CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
danthorpe committed Nov 8, 2015
1 parent 161d8b1 commit f1561a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.2.0
1. [[MNY-18](https://github.com/danthorpe/Money/pull/18)]: Adds Bitcoin currency types and support for % commission with FX.
* Creates `BTC` and `XBT` types.
* Refactors `FXQuote` into a struct (no longer subclass-able) but with a percentage commission property. Commission defaults to 0%.
* FX method `quote`, now returns `FXTransaction` as the value of the `Result`. This new value type composes the original base money, commission (in the same base money currency), the exchange rate, and the counter money. The type supports `ValueCoding`.
* A new FX provider, CEX.IO get support for buying and selling bitcoin using `USD`, `EUR` and `RUB`.

# 1.1.0
1. [[MNY-16](https://github.com/danthorpe/Money/pull/16)]: Grab bag of minor issues post 1.0 release.
* Cleans up some minor mistakes (spelling etc).
Expand Down

0 comments on commit f1561a1

Please sign in to comment.