Skip to content

Commit 29595fd

Browse files
committed
Added changelog in preparation of 0.2 release
1 parent 931f58c commit 29595fd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ __pycache__/
33
*.pyc
44
*.pyo
55
do_not_commit.py
6+
build/
7+
dist/
8+
*.egg-info/

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ print(exchange.buy(26, 100, 0.00000001)) # Buy 100 dgc at .00000001 each
2020
print(exchange.cancel_all_market_orders(26)) # Cancels all orders in market 26, dgc
2121
```
2222

23+
Changelog
24+
---------
25+
Version 0.2:
26+
27+
* moved from camelCase names to python_style names
28+
* added new methods: `buy`, `sell`, `my_transfers`, `wallet_status`, `make_withdrawal`
29+
* started implementing tests
30+
2331
Running the tests
2432
-----------------
2533
If you want to run the tests, first create a virtualenv and install all

0 commit comments

Comments
 (0)