From f0ea41ad1fe3fe04a7a649f1d348889249d16ebd Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 4 Mar 2026 22:58:39 +1100 Subject: [PATCH] CHANGELOG: add notice for removed libct/utils APIs Ref: a412bd93e9ee ("libct/utils: remove Deprecated functions") Signed-off-by: Aleksa Sarai --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa47bc838..ef5c261b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### libcontainer API ### +- The following deprecated Go APIs have been removed: + - `CleanPath`, `StripRoot`, and `WithProcfd` from `libcontainer/utils`. Note + that `WithProcfdFile` has not been removed (due to import cycle issues) but + is instead marked as internal in its godoc comment. (#5051) + ## [1.4.0] - 2025-11-27 > 路漫漫其修远兮,吾将上下而求索!