From 0e79b89d4a2990b2e6cbd35d219a2d74f7d26281 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 24 Oct 2024 20:56:07 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 784c109b..32528d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +Releases may yanked if there is a security bug, a soundness bug, or a regression. + ## [Unreleased] +- Work around an issue on negative_impls that allows unsound overlapping `Unpin` implementations. ([#357](https://github.com/taiki-e/pin-project/pull/357)) + ## [1.1.6] - 2024-10-05 - Suppress `clippy::needless_lifetimes` lint in generated code.