Skip to content

Commit 1c75cf9

Browse files
Notes.
1 parent 9ca35da commit 1c75cf9

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed
Binary file not shown.

CHANGES

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
v0.2.0.0
2-
* Replaced Decimal with Scientific. This is an API-breaking change.
2+
* Replaced Decimal with Scientific. BREAKING CHANGE.
3+
* Divided much of the Private module into smaller sub-modules. BREAKING CHANGE.
4+
* Added the new endpoint for creating accounts.
35
* Remove ill-thought-out Auth module.
46
* Lots of internal improvements.
57

6-
0.1.0.0
8+
v0.1.0.0
79
* Initial release!

TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
*Investigate the issue with Aeson failing when the API returns a null instead of an array.
44
*Maybe rethink this whole RequestStatus_ mess...
55
*Find out why calling cancelWithdrawalRequest causes an internal server error during testing.
6+
*Investigate doing a private test suite (with creds ignored in .gitignore).
7+

stack.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
extra-deps: []
2+
resolver: lts-2.13
3+
flags: {}
4+
packages:
5+
- '.'

0 commit comments

Comments
 (0)