From de4042f0da4ffc29c57d8dec3bf6e15f0f3979ea Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sat, 15 Oct 2022 13:26:38 -0500 Subject: [PATCH] add changelog entry --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0e8d48ace7..d2ac9493f4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Changelog in development -------------- +Added +~~~~~ + +* Continue introducing `pants `_ to improve DX (Developer Experience) + working on StackStorm, improve our security posture, and improve CI reliability thanks in part + to pants' use of PEX lockfiles. This is not a user-facing addition. + #5778 + Contributed by @cognifloyd + 3.8.0 - November 18, 2022 -------------------------