summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-04 12:35:32 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-04 12:35:32 +0400
commit4a5926d07371144df8147e6bb71f878df327ac8a (patch)
treea13449c919fc2d2f0214f160edcac38c108c9807
parentd2eaeda241e161dd6a6cb9fe3d3e0391ec6ae234 (diff)
Move release notes to changelog file
-rw-r--r--base32-bytestring.cabal5
-rw-r--r--changelog1
2 files changed, 2 insertions, 4 deletions
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index 8436eb6..b2609ff 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -16,12 +16,9 @@ description:
16 <http://tools.ietf.org/html/rfc4648> 16 <http://tools.ietf.org/html/rfc4648>
17 . 17 .
18 The package API is similar to base64-bytestring. 18 The package API is similar to base64-bytestring.
19 .
20 [/Release notes/]
21 .
22 * /0.1.0.0:/ Initial version.
23 19
24extra-source-files: README.md 20extra-source-files: README.md
21 , changelog
25 22
26source-repository head 23source-repository head
27 type: git 24 type: git
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..4fcf313
--- /dev/null
+++ b/changelog
@@ -0,0 +1 @@
* 0.1.0.0: Initial version.