From 29f2d82a859925c656c9c4222471bb830ea2259d Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 18 Mar 2026 12:34:16 -0700 Subject: [PATCH] CHANGELOG: fix entry placement Commit 0079bee1 incorrectly placed an entry into v1.4.1 changelog. Move it to under "Unreleased". Signed-off-by: Kir Kolyshkin --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0dbceb5..696dc56c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added ### - - When building runc, `RUNC_BUILDTAGS` make or shell environment variable can be used to add build tags and/or remove existing build tags (when a tag is prefixed with `-`). (#5171) +- Support for specs.LinuxSeccompFlagWaitKillableRecv. (#5172) ### Deprecated ### - `EXTRA_BUILDTAGS` make variable is deprecated in favor of `RUNC_BUILDTAGS` @@ -146,9 +146,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [debian-armhf]: https://wiki.debian.org/ArmHardFloatPort -### Added ### -- Support for specs.LinuxSeccompFlagWaitKillableRecv. (#5172) - ## [1.4.0] - 2025-11-27 > 路漫漫其修远兮,吾将上下而求索!