From 230ee6895254ddece11d2d6da8271a779ad684c8 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Thu, 16 Mar 2023 16:58:26 -0700 Subject: [PATCH] Fix typo in release notes (#1355) Signed-off-by: Cary Phillips --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bee840a417..994dd71de7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -66,7 +66,7 @@ Patch release that address various bug/build issues and optimizations: * NEON optimizations for ZIP reading * Enable fast Huffman & Huffman zig-zag transform for Arm Neon -* Support relative and absolute libdir/incluedir in pkg-config generation +* Support relative and absolute libdir/includedir in pkg-config generation * Fix for reading memory mapped files with DWA compression * Enable SSE4 support on Windows * Fast huf decoder