From 97644237e61d0bed3ac709807997508653c74f45 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. original 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 3e66e3aa..42577848 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