Update Typed Racket history.

Please merge to 6.0.

original commit: ac480e7535570cc42f7f7f94818f5a05cda11056
This commit is contained in:
Vincent St-Amour 2013-12-16 17:05:39 -05:00
parent b3988ebab9
commit d265a21b16

View File

@ -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