From 4a5926d07371144df8147e6bb71f878df327ac8a Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 4 Oct 2013 12:35:32 +0400 Subject: Move release notes to changelog file --- base32-bytestring.cabal | 5 +---- changelog | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 changelog 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: . The package API is similar to base64-bytestring. - . - [/Release notes/] - . - * /0.1.0.0:/ Initial version. extra-source-files: README.md + , changelog source-repository head 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. -- cgit v1.2.3