summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:31:44 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:31:44 +0400
commit318d70b38cf1e994b4b2f01ee92a5fe272310913 (patch)
treead951c199c7496489dab8b96a57c76a2d288c057
parent8fdb03a12c119c22fc93e15036e37a267f158f1d (diff)
Move release notes to separate file
-rw-r--r--NEWS.md5
-rw-r--r--krpc.cabal9
2 files changed, 6 insertions, 8 deletions
diff --git a/NEWS.md b/NEWS.md
new file mode 100644
index 00000000..2c8f2d71
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,5 @@
1* 0.1.0.0: Initial version.
2* 0.1.1.0: Allow passing raw argument\/result dictionaries.
3* 0.2.0.0: Async API have been removed, use /async/ package instead.
4 Expose caller address in handlers.
5* 0.2.2.0: Use bencoding-0.2.2.*
diff --git a/krpc.cabal b/krpc.cabal
index 16d87796..d32e8247 100644
--- a/krpc.cabal
+++ b/krpc.cabal
@@ -17,14 +17,7 @@ description:
17 17
18 KRPC remote procedure call protocol implementation. 18 KRPC remote procedure call protocol implementation.
19 . 19 .
20 [/Release Notes/] 20 See NEWS.md for release notes.
21 .
22 * /0.1.0.0:/ Initial version.
23 .
24 * /0.1.1.0:/ Allow passing raw argument\/result dictionaries.
25 .
26 * /0.2.0.0:/ Async API have been removed, use /async/ package instead.
27 Expose caller address in handlers.
28 21
29source-repository head 22source-repository head
30 type: git 23 type: git