From fa98e45d149c90ee04cdac93a438bc01463ec95e Mon Sep 17 00:00:00 2001 From: Jeroen Koekkoek Date: Fri, 2 Aug 2024 10:43:52 +0200 Subject: [PATCH] Update changelog for 0.1.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 547b7bc..06eb8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,10 +26,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix type mnemonic parsing in fallback parser. - Fix endian.h to include machine/endian.h on OpenBSD releases before 5.6. - Fix use after free on buffer resize. +- Fix parsing of numeric protocols in WKS RRs. +- Make devclean target depend on realclean target. +- Fix detection of AVX2 support by checking generic AVX support by the + processor and operating system (#222). ### Changed - Make relative includes relative to current working directory. +- Split Autoconf and CMake compiler tests for supported SIMD instructions. ## [0.1.0] - 2024-04-16