diff --git a/README.md b/README.md index 7ae6e4e..f43f5d4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ ApiSpec: https://bittrex.com/home/api Warning! This library is fairly young and **not considered stable**. Use it with caution ... especially the market api. +## Breaking change in 2.0 +For greater precision, double values have been replaced by BigDecimal. ## Getting started with Maven 1. Clone this repository @@ -20,7 +22,7 @@ Use it with caution ... especially the market api. de.elbatya.cryptocoins bittrex-client - 1.0 + 2.0 ```