Skip to content

Commit 7d8f521

Browse files
committed
docs(changelog): update CHANGELOG.md for unreleased changes
1 parent d67331d commit 7d8f521

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [Unreleased]
6+
7+
### Added
8+
9+
- Meson wrap files (`subprojects/yyjson.wrap`, `subprojects/lmdb.wrap`, `subprojects/libarchive.wrap`) for automatic fallback subproject dependency building
10+
- Support for extracting `.tar.gz` and `.tar.zstd` package archives alongside `.tar.xz` in `src/archive.c`
11+
12+
### Changed
13+
14+
- Moved cross-compilation target files from root directory into `cross/` directory (`cross/cross-*.txt`)
15+
16+
### Fixed
17+
18+
- Disabled `openssl`, `xml2`, `expat`, `cng`, and `iconv` in `libarchive` subproject default options to prevent host OpenSSL header lookup during cross-compilation
19+
520
## [1.10.1] - 2026-07-20
621

722
### Fixed

0 commit comments

Comments
 (0)