From 0c13ef8f11fa4041a0954541886ff017f3eaac3d Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Fri, 3 May 2024 19:18:52 +0200 Subject: [PATCH] doc: changelog updated --- CHANGELOG.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0443f3..4b51808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,27 @@ # v0.3.0 (2024-05-03) + - MSRV is now 1.76 stable - added support for more Tar archives - - 256 character long filename support (prefix + name) - - add support for space terminated numbers - - non-null terminated names - - iterate over directories: read regular files from directories - - more info: + - 256 character long filename support (prefix + name) + - add support for space terminated numbers + - non-null terminated names + - iterate over directories: read regular files from directories + - more info: - `TarArchive[Ref]::new` now returns a result - added `unstable` feature with enhanced functionality for `nightly` compilers - - error types implement `core::error::Error` + - error types implement `core::error::Error` +- various bug fixes and code improvements +- better error reporting / less panics + +Special thanks to the following external contributors or helpers: + +- https://github.com/thenhnn: provide me with a bunch of Tar archives coming + from a fuzzer +- https://github.com/schnoberts1 implemented 256 character long filenames (ustar + Tar format) # v0.2.0 (2023-04-11) + - MSRV is 1.60.0 - bitflags bump: 1.x -> 2.x - few internal code improvements (less possible panics)