Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Mar 20, 2019
1 parent 31f2e76 commit 14164d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.0
* quantize added to Token class
* TokenDoesNotExists is raised in the Token class when token does not exists
* Exception InvalidTokenAmount is raised when amount to transfer or to issue is below precision
* new issue function added to wallet
* token precision is taken into account for transfer and issue
* TokenIssueNotPermitted is raised when an account which is not the token issuer tries to issue
* Add amount quantization to deposit, withdraw, buy and sell
* Add transfer, issue, withdraw, deposit, buy, sell, cancel, buybook, sellbook to CLI

## 0.3.1
* Fix circular dependency

Expand Down

0 comments on commit 14164d1

Please sign in to comment.