diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | krpc.cabal | 4 |
2 files changed, 12 insertions, 2 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.* |
@@ -1,5 +1,5 @@ | |||
1 | name: krpc | 1 | name: krpc |
2 | version: 0.4.1.1 | 2 | version: 0.5.0.0 |
3 | license: BSD3 | 3 | license: BSD3 |
4 | license-file: LICENSE | 4 | license-file: LICENSE |
5 | author: Sam Truzjan | 5 | author: Sam Truzjan |
@@ -32,7 +32,7 @@ source-repository this | |||
32 | type: git | 32 | type: git |
33 | location: git://github.com/cobit/krpc.git | 33 | location: git://github.com/cobit/krpc.git |
34 | branch: master | 34 | branch: master |
35 | tag: v0.4.1.1 | 35 | tag: v0.5.0.0 |
36 | 36 | ||
37 | library | 37 | library |
38 | default-language: Haskell2010 | 38 | default-language: Haskell2010 |