aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-02-21 03:28:55 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-02-21 03:30:07 +0100
commit0841eb83042b59dfabed03f664d0a7b3d5921f59 (patch)
treee662f5d5e9f89a8571849a4bcb44b24218da5808 /CHANGELOG.md
parent4c10e8326447216c7d79aa87668a7b00efdb7364 (diff)
Update documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cf9b4d..81080e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Split data writer up into a block writer and a block processor.
- All abstract data types inhert from an sqfs_object_t with common
functionality.
+- Lots of performance improvements.
### Fixed
- Include sys/sysmacros.h on any GNU libc platform.