From 46b8e6668d1784d7f9fa8dc7dc4e8eed2518ad11 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. original 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 691c8dfa..5c2073d1 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.