From 7ee7287f670f49b70018a603ebf501a9cde5ebe0 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Mon, 31 Oct 2022 10:52:19 +0100 Subject: [PATCH] Prepare rustsec-admin release --- admin/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin/CHANGELOG.md b/admin/CHANGELOG.md index 53ea47d9..834e4be2 100644 --- a/admin/CHANGELOG.md +++ b/admin/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.8.3 (Unreleased) +- Replace the about page with a new home page ([#666]) +- Render advisory-db's `CONTRIBUTING.md` on the website ([#666]) +- Add an icon for external links on the website ([#675]) +- Don't build `comrak` with default features ([#677]) +- Don't build `chrono` with default features ([#679]) +- Update `chrono` to v0.4.22 ([#679]) + ## 0.8.2 (2022-08-28) - Add a search field for IDs and packages on the website ([#641]) - Adjust website templates to advertise GHSA integration on rustsec.org ([#665])