summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--krpc.cabal4
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cecfed5..48a67416 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
12013-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
12013-11-26 Sam Truzjan <pxqr.sta@gmail.com> 112013-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.*
diff --git a/krpc.cabal b/krpc.cabal
index 5c77faf1..e902c9c3 100644
--- a/krpc.cabal
+++ b/krpc.cabal
@@ -1,5 +1,5 @@
1name: krpc 1name: krpc
2version: 0.4.1.1 2version: 0.5.0.0
3license: BSD3 3license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Sam Truzjan 5author: 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
37library 37library
38 default-language: Haskell2010 38 default-language: Haskell2010