diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-09-28 07:31:44 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-09-28 07:31:44 +0400 |
commit | 318d70b38cf1e994b4b2f01ee92a5fe272310913 (patch) | |
tree | ad951c199c7496489dab8b96a57c76a2d288c057 | |
parent | 8fdb03a12c119c22fc93e15036e37a267f158f1d (diff) |
Move release notes to separate file
-rw-r--r-- | NEWS.md | 5 | ||||
-rw-r--r-- | krpc.cabal | 9 |
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.* | ||
@@ -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 | ||
29 | source-repository head | 22 | source-repository head |
30 | type: git | 23 | type: git |