From 1ac11089d8add65f4a20506a7b61d525b0c6e6c0 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 16 Oct 2014 14:35:15 -0400 Subject: [PATCH] Update TR history. Please merge to 6.1.1. (cherry picked from commit 66e5a246c42dd585be9e42b280c0338de1e30892) --- .../typed-racket-lib/typed-racket/HISTORY.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/HISTORY.txt b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/HISTORY.txt index 691c8dfa91..5c2073d18d 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/HISTORY.txt +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/HISTORY.txt @@ -1,3 +1,9 @@ +(add1 6.1.1) +- DrRacket tooltips for types and type errors. +6.1.1 +- Exception handling is now sound. Broke existing programs (e.g. marketplace). +- More types for GUI and framework. +- Support for casts and predicates in typed regions. 6.1 - Inference speedups. - Support for contracted functions in the base environment.