From e8557553499f75d5cfcc800d42501d499332a177 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Mon, 18 Apr 2016 17:29:37 -0400 Subject: [PATCH] Update HISTORY for 6.5. --- typed-racket-lib/typed-racket/HISTORY.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/typed-racket-lib/typed-racket/HISTORY.txt b/typed-racket-lib/typed-racket/HISTORY.txt index 2655e81d..9249fd3d 100644 --- a/typed-racket-lib/typed-racket/HISTORY.txt +++ b/typed-racket-lib/typed-racket/HISTORY.txt @@ -1,3 +1,8 @@ +6.5 +- Added `simple-result->` to improve generated contract performance. +- Improve error message printing. +- Add `typed/racket/random`. +- Internal: populate type table unconditionally, for use in tooltips. 6.4 - Contract performance improvements, including generating code that the contract system can optimize