From 6a262c19fac229d76378c6b9b108905585effa71 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Fri, 3 Apr 2015 21:33:39 -0400 Subject: [PATCH] Add prefab structs to HISTORY. --- typed-racket-lib/typed-racket/HISTORY.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/typed-racket-lib/typed-racket/HISTORY.txt b/typed-racket-lib/typed-racket/HISTORY.txt index ed0edfcc..020f2791 100644 --- a/typed-racket-lib/typed-racket/HISTORY.txt +++ b/typed-racket-lib/typed-racket/HISTORY.txt @@ -6,6 +6,7 @@ - Many types for GUI classes added. - Tests on let-bound variables now refine the type of what was bound to them. - DrRacket tooltips for types and type errors. +- Support for prefab structs. - Types for a variety of libraries, including `rackunit` and `json`. 6.1.1 - Exception handling is now sound. Broke existing programs (e.g. marketplace).