diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ | |||
1 | 2013-12-25 Sam Truzjan <pxqr.sta@gmail.com> | ||
2 | |||
3 | 0.5.0.0: Major API changes. | ||
4 | |||
5 | * Added transaction handling; | ||
6 | * Use the same socket for server and client; | ||
7 | * New query function will infer query method from request/response | ||
8 | datatypes. | ||
9 | * Added MonadKRPC and KRPC classes. | ||
10 | |||
1 | 2013-11-26 Sam Truzjan <pxqr.sta@gmail.com> | 11 | 2013-11-26 Sam Truzjan <pxqr.sta@gmail.com> |
2 | 12 | ||
3 | * 0.4.1.1: Fixed build failure on GHC == 7.4.* | 13 | * 0.4.1.1: Fixed build failure on GHC == 7.4.* |