From 6f1f04f99c919bc7e877214f8bb98b5159a38e27 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Fri, 2 Nov 2012 15:35:05 -0400 Subject: [PATCH] Typed Racket HISTORY. --- 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 42577848d0..67868c2269 100644 --- a/doc/release-notes/typed-racket/HISTORY.txt +++ b/doc/release-notes/typed-racket/HISTORY.txt @@ -1,3 +1,7 @@ +5.3.1 +- Revised handling of `Any` exported to untyped code +- Added `cast` +- Correctly compute variance of polymorphic type application 5.3 - Keyword and optional arguments - Faster startup