From 1339808e6620cb5c8b590a7818f34fc3a9e51cef Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 10 Jul 2022 02:27:41 +0000 Subject: [PATCH] Add a changelog entry for #1001 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index a1398272f..08862be1e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +* Add 64-bit RISC-V support by felixonmars in [#1001](https://github.com/PyO3/maturin/pull/1001) + ## [0.13.0] - 2022-07-09 * **Breaking Change**: Drop support for python 3.6, which is end of life in [#945](https://github.com/PyO3/maturin/pull/945)