From d8c7f4965dc76797e65808b6f4df121d20455f84 Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Fri, 23 Dec 2022 13:36:37 -0500 Subject: [PATCH] Add a missing item to release notes. --- RELEASE-NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index cdae511a..4ba4165c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -13,6 +13,8 @@ Version: 1.5.33 rename of cset to chars is a weakly BREAKING CHANGE (only if you used a named parameter invocation). + Add renameat, renameat2 to cligen/posixUt. + Harden against ByteAddress deprecation and BareExcept/LineTooLong warnings if you like those sorts of things.