From a83222f8010c28668ccd438aac8a1e1dd63b9d1f Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 17 Jan 2025 15:18:25 +0100 Subject: [PATCH] apply some minor changelog fixes --- Handbook/src/appendix/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 1e205179..1d9e6d63 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -27,8 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed a few broken URLs caused by bad markdown formatting. - Applied various Handbook Makefile fixes. - Clarified the HTC VIVE Stand-alone support status in the platform support matrix. -- Bumped the mdbook-alerts crate to `v0.7.x`. -- Reintroduced mdbook-epub at `d1536bbbdc1ca00320522ad73a967e15057ef573` from the `master` branch as the blocking issues in [#115]() have been address in [1ca2a860f6ed405c00914a3aadd8057d5050b29b](https://github.com/Michael-F-Bryan/mdbook-epub/commit/1ca2a860f6ed405c00914a3aadd8057d5050b29b#diff-b21e2a96624fabac44d6c5ecc34bff0835565999be6a320fe75bd0401d5c8e87R148). +- Bumped the [mdbook-alerts](https://github.com/lambdalisue/rs-mdbook-alerts) crate to `v0.7.x`. +- Reintroduced [mdbook-epub](https://github.com/Michael-F-Bryan/mdbook-epub) at [`d1536bbbdc1ca00320522ad73a967e15057ef573`](https://github.com/Michael-F-Bryan/mdbook-epub/commit/d1536bbbdc1ca00320522ad73a967e15057ef573) from the `master` branch as the blocking issues in [#115](https://github.com/Michael-F-Bryan/mdbook-epub/issues/115) have been address in [`1ca2a860f6ed405c00914a3aadd8057d5050b29b`](https://github.com/Michael-F-Bryan/mdbook-epub/commit/1ca2a860f6ed405c00914a3aadd8057d5050b29b#diff-b21e2a96624fabac44d6c5ecc34bff0835565999be6a320fe75bd0401d5c8e87R148). - Additional minor fixes and improvements that may not be listed here. ## [2.3.1] - 2024-11-27