From 61da4d9d3249cc6001c64d371ef1bf82aeeab616 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 4 Jan 2020 03:23:24 +0100 Subject: Update README.md, CHANGELOG.md Signed-off-by: David Oberhollenzer --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index e4bd731..8656c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. 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 +- Support parsing [device] block size argument with SI suffix. +- Add a write-up on the on-disk format. + +### Fixed +- Include sys/sysmacros.h on any GNU libc platform. + ## [0.8] - 2019-12-30 ### Added - Experimental Windows port using MinGW cross compilation toolchain. @@ -236,7 +244,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Insert abstraction layers and split generic code off into support libraries -[Unreleased]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.7...HEAD +[Unreleased]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.8...HEAD +[0.8.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.7...v0.8 [0.7.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.6.1...v0.7 [0.6.1]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.6...v0.6.1 [0.6.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.5...v0.6 -- cgit v1.2.3