From 6325084f7b6a2a9b9219da7b3f4d911d605d4120 Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Fri, 24 Nov 2023 15:48:04 -0600 Subject: [PATCH] Add missing changelog notes --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 253b84354..33d33c405 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,8 +11,11 @@ Unreleased .. vendor-insert-here - Update vendored schemas (2023-11-24) - - Add official support for Python 3.12 +- Add Google Cloud Build schema and pre-commit hook. Thanks :user:`nikolaik`! + (:pr:`339`) +- Fix a bug in the custom `github-action-require-timeout` schema which forbade + the use of GitHub expression syntax for the timeout value. (:issue:`354`) 0.27.1 ------