From 70b114b45cf75e4bb0b29f8c6708c782b12af22d Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 24 Jul 2012 13:47:31 -0400 Subject: [PATCH] Update TR history. (cherry picked from commit c5b49066a86ea07fbf142af253f2c38f9bb8564c) --- doc/release-notes/typed-racket/HISTORY.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release-notes/typed-racket/HISTORY.txt b/doc/release-notes/typed-racket/HISTORY.txt index 3e66e3aa08..42577848d0 100644 --- a/doc/release-notes/typed-racket/HISTORY.txt +++ b/doc/release-notes/typed-racket/HISTORY.txt @@ -1,3 +1,7 @@ +5.3 +- Keyword and optional arguments +- Faster startup +- Random testing of the numeric tower 5.2.1 - Inference of functions with keyword arguments - `typecheck-fail' for explicit creation of type errors