From 1de8baded2c3f4b8facdaf8f5bc5ffb392e73199 Mon Sep 17 00:00:00 2001
From: Peter Stephenson <p.stephenson@samsung.com>
Date: Fri, 16 Dec 2022 14:58:20 +0000
Subject: [PATCH] unpasted: add missing ChangeLog entry

---
 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index b0c3f79cb..acde99fb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,10 @@
 
 2022-12-12  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 51134: Src/exec.c, Test/A01grammar.ztst: ! return doesn't
+	affect return status, only the (now irrelevant) local status
+	within the returning function.
+
 	* 51134: Doc/Zsh/options.yo: document interactions between
 	ERR_EXIT and ERR_RETURN and interactive shells.