aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-05-21 02:53:29 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-05-21 02:53:29 +0200
commit27f7157108f514feb8f93013814b19a87a515a2b (patch)
tree33bac5509e9765a9d4144c20db1eaa4f309a14f0 /CHANGELOG.md
parent64c4b80b7cd9d5adeeba30361ba3d91c45f26f00 (diff)
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a05e338..52314ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Added
+- Expose more fine grained control values & flags on the XZ compressor
+
+### Fixed
+- Propperly set the last block flag if fragments are disabled
+- Compilation on GCC4 and below
+- libtar: size computation of PAX line length
+- Semantics of the super block deduplication
## [0.9.1] - 2020-05-03
### Added