summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:06:26 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:06:26 +0400
commit90137a707fa3ea7e4a6d87c42c7d57b85a8bffd6 (patch)
treef012eef4189497a287406eaa816c7f17515936bd
parente37c514bf7d9d33044af51a30d5945468065244e (diff)
Move release notes to separate file
-rw-r--r--NEWS.md3
-rw-r--r--bencoding.cabal9
2 files changed, 5 insertions, 7 deletions
diff --git a/NEWS.md b/NEWS.md
new file mode 100644
index 0000000..6cc704d
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,3 @@
1* 0.1.0.0: Initial version.
2* 0.2.0.0: Added default decoders/encoders using GHC Generics.
3* 0.2.2.0: Arbitrary length integers. (by specification)
diff --git a/bencoding.cabal b/bencoding.cabal
index d09b615..c6dc02b 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -18,15 +18,10 @@ description:
18 18
19 A library for encoding and decoding of BEncode data. 19 A library for encoding and decoding of BEncode data.
20 . 20 .
21 [/Release notes/] 21 See NEWS.md for release notes.
22 .
23 * /0.1.0.0:/ Initial version.
24 .
25 * /0.2.0.0:/ Added default decoders/encoders using GHC Generics.
26 .
27 * /0.2.2.0:/ Arbitrary length integers. (by specification)
28 22
29extra-source-files: README.md 23extra-source-files: README.md
24 , NEWS.md
30 25
31source-repository head 26source-repository head
32 type: git 27 type: git