Skip to content

Commit

Permalink
Notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tebello-thejane committed Jun 10, 2015
1 parent 9ca35da commit 1c75cf9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Binary file not shown.
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
v0.2.0.0
* Replaced Decimal with Scientific. This is an API-breaking change.
* Replaced Decimal with Scientific. BREAKING CHANGE.
* Divided much of the Private module into smaller sub-modules. BREAKING CHANGE.
* Added the new endpoint for creating accounts.
* Remove ill-thought-out Auth module.
* Lots of internal improvements.

0.1.0.0
v0.1.0.0
* Initial release!
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*Investigate the issue with Aeson failing when the API returns a null instead of an array.
*Maybe rethink this whole RequestStatus_ mess...
*Find out why calling cancelWithdrawalRequest causes an internal server error during testing.
*Investigate doing a private test suite (with creds ignored in .gitignore).

5 changes: 5 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
extra-deps: []
resolver: lts-2.13
flags: {}
packages:
- '.'

0 comments on commit 1c75cf9

Please sign in to comment.