From af0c4004ced9cc470f3e4a9095ccaca9de15c272 Mon Sep 17 00:00:00 2001 From: lucasdc Date: Mon, 29 Aug 2016 19:00:43 -0300 Subject: [PATCH] add CHANGELOG --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..00355cb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Change Log +All notable changes to this project will be documented in this file. + +## [Unreleased] +### Added +- compress function +- silent mode + +## 0.2 - 2016-08-29 +### Added +- The program create the file "ERRORS[yyyy-mm-dd-H:M:S]" with the last error +### Changed +- The error messages printed in the stderr +### Fixed +- Errors in the packed and unpacked function + +## 0.1 - 2016-08-02 +### Added +- Man pages +- function packaging directory +- README.md