From 0cfae753aa131f949253f3fba1e3a36c2bde6ac0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 24 Sep 2025 21:20:44 -0400 Subject: Revert "Deprecate `defer`" This reverts commit 7e3e245f6809946ea06ef1998bcabb7e0902fbd7. --- CHANGES.md | 1 - 1 file changed, 1 deletion(-) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 95458289..c717a95e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,7 +20,6 @@ - Explicitly optional values can be declared as `my_var : T? = value`. - Deprecated `>> ... = ...` form of doctests. They are now called "debug logs" and you can specify multiple values: `>> a, b, c` -- Deprecated `defer` statement - Struct fields that start with underscores can be accessed again and function arguments that start with underscore can be passed (but only as keyword arguments). -- cgit v1.2.3