From 858c0eb08f4cb526949c450ab879595f8d1a7790 Mon Sep 17 00:00:00 2001 From: Bill Roberts Date: Mon, 9 Sep 2024 10:50:52 -0700 Subject: [PATCH] CHANGELOG: fix heading level for 1.9.1-rc1 Also rm empty newline and trailing colon (:) to match previous releases. Signed-off-by: Bill Roberts --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6151be0..122222c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ Starting with release 1.8.0, The format is based on [Keep a Changelog](https://k and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.9.1-rc0] - 2024-09-09 - -### Fixed: +### Fixed - configure: - Change mistaken `+=` to `=`. - use user supplied `--prefix` even when p11kit is detected. @@ -21,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - documentation: - Fix use of objects where tokens was meant. -## Changed +### Changed - `--enable-fapi` to `--with-fapi`. Note this is not a major version bump as its internal to builders only. However `--enable-fapi` left in place for backwards compat. ## [1.9.0] - 2023-01-31