-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lucasdc
authored and
lucasdc
committed
Aug 29, 2016
1 parent
70c82da
commit af0c400
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |