OSDN Git Service

Add CHANGELOG
authorHiroshi Miura <miurahr@linux.com>
Mon, 21 Mar 2016 01:53:29 +0000 (10:53 +0900)
committerHiroshi Miura <miurahr@linux.com>
Mon, 21 Mar 2016 01:53:29 +0000 (10:53 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
CHANGELOG.md [new file with mode: 0644]

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..0c719fe
--- /dev/null
@@ -0,0 +1,21 @@
+# Change Log
+All notable changes to this project will be documented in this file.
+
+## [Unreleased]
+### Added
+- Command line tool project.
+
+### Changed
+- DictZipHeader interface.
+- DictZipOutputStream constructor interface.
+
+### Fixed
+- Broken output features in previous releases.
+
+## [0.02] - 2016-03-06
+### Added
+- Readme document.
+
+## [0.0.1] - 2016-02-28
+### Added
+- Start project.