From d265a21b16d57eaaeb01a0f8a09cfa69f1c9f972 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 16 Dec 2013 17:05:39 -0500 Subject: [PATCH] Update Typed Racket history. Please merge to 6.0. original commit: ac480e7535570cc42f7f7f94818f5a05cda11056 --- .../typed-racket-lib/typed-racket/HISTORY.txt | 9 +++++++++ 1 file changed, 9 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 887283de..178a0347 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,12 @@ +6.0 +- Support for `define-type', `struct:', `make-predicate', etc. at the REPL +- Performance work: optimized subtyping +- Make `struct:' have the correct bindings in struct info +- Use pairs for objects on arrow types +- Split off `recover-source-syntax' into a separate package and generalized it +- Lots of doc improvements +- Lots of error message improvements +- Split into multiple packages 5.3.4 - Moved Optimization Coach to the package system - Multiple fixes to polydots