From 5a12f8e778a017c836be4d3b7122d8256e25ddb6 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 21 Jul 2014 13:42:29 -0700 Subject: [PATCH] Update TR history. Please merge to 6.1. --- .../typed-racket-lib/typed-racket/HISTORY.txt | 4 ++++ 1 file changed, 4 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 fa49099fa9..691c8dfa91 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,7 @@ +6.1 +- Inference speedups. +- Support for contracted functions in the base environment. +- Better keyword support. 6.0.1 - Types for classes (including row types, sealing contracts, etc). Still experimental.