From 313319349cb16fe164f746228f1f4e4b2db4b5b8 Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Tue, 29 Oct 2024 09:57:50 +0000 Subject: [PATCH] Apply suggestion from code review --- base/doc/ltnews40.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/doc/ltnews40.tex b/base/doc/ltnews40.tex index dbc857250..07516f28c 100644 --- a/base/doc/ltnews40.tex +++ b/base/doc/ltnews40.tex @@ -586,8 +586,9 @@ \subsection{Avoid code duplication in rollback} \subsection{Passing template keys using \cs{KeyValue}} -With the move of the template code to the kernel, some internal -efficiencies were also made. However, there was an oversight in how +With the move of the template code to the kernel, internal +functions were reviewed to improve efficiency. However, there +was an oversight in how passing key values from one setting to another was implemented, meaning that using \cs{KeyValue} could result in an infinite loop. This has now been fixed.