From f2f997b6907e2f5bcf1c8553a5532b54aa6bdc71 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 18 Jun 2023 15:53:33 -0700 Subject: [ci skip] Fixed typo in CHANGES.txt --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index fc51163..57089dc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,7 +25,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Added some typing annotations generated by a tool, to eliminate manual work in future on things which are safe for the tool to produce. Then manually fixed up some things related to bool that the tool did - not handly idealls. For example, simple functions which just did + not handly ideally. For example, simple functions which just did "return 1" were interpreted by the tool as returning int, when bool was really the intent. Functions/methods named like "is_*", "has_*", "exists" are now pretty consistently marked as "-> bool". -- cgit v0.12