summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-29 12:19:57 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-29 12:19:57 +0400
commitfb47559e6d4e69c18aa0e047128daf94299b518c (patch)
tree7e8849133ef88c5f1f8c66e58f1dd3fc4ba95ef8
parent9fa7c604afb2939316c770465c2509b757b74817 (diff)
Change changelog format
-rw-r--r--ChangeLog11
-rw-r--r--base32-bytestring.cabal2
-rw-r--r--changelog3
3 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..e406e27
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,11 @@
12013-10-31 Sam Truzjan <pxqr.sta@gmail.com>
2
3 * 0.1.1.1: Update URLs after migration.
4
52013-10-04 Sam Truzjan <pxqr.sta@gmail.com>
6
7 * 0.1.1.0: Added lenient decoding.
8
92013-09-27 Sam Truzjan <pxqr.sta@gmail.com>
10
11 * 0.1.0.0: Initial version.
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index d314bbd..fa45827 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -18,7 +18,7 @@ description:
18 The package API is similar to base64-bytestring. 18 The package API is similar to base64-bytestring.
19 19
20extra-source-files: README.md 20extra-source-files: README.md
21 , changelog 21 , ChangeLog
22 22
23source-repository head 23source-repository head
24 type: git 24 type: git
diff --git a/changelog b/changelog
deleted file mode 100644
index 16005df..0000000
--- a/changelog
+++ /dev/null
@@ -1,3 +0,0 @@
1* 0.1.0.0: Initial version.
2* 0.1.1.0: Added lenient decoding.
3* 0.1.1.1: Update URLs after migration.