diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cd8c4..a499d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +## [1.3.1] - 2024-05-02 +### Fixed + - gensquashfs: apply xattr file also when using a pack file (#122) + - Fix broken C++ guard in rbtree.h + - fixed fragment table size typo (#126) + ## [1.3.0] - 2024-03-11 ### Added - rdsquashfs: improve unpacking error message on Windows |