From eabda9300739cd93c74bc0cf2ed4c9f3bfe631eb Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Wed, 7 Aug 2024 17:11:14 -0400 Subject: [PATCH] HISTORY for 8.14 --- typed-racket-lib/typed-racket/HISTORY.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typed-racket-lib/typed-racket/HISTORY.txt b/typed-racket-lib/typed-racket/HISTORY.txt index 40b68c418..8de39f3f4 100644 --- a/typed-racket-lib/typed-racket/HISTORY.txt +++ b/typed-racket-lib/typed-racket/HISTORY.txt @@ -1,3 +1,5 @@ +8.14 +- Bug fixes and type updates. 8.13 - Fix failure to typecheck some arguments in the presence of keywords. This can lead to new type errors in the missing checks.