From a396880bda3a26ffb9bfcffcf36c99bcd9f7c667 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Sun, 23 Oct 2016 17:27:52 -0400 Subject: [PATCH] 6.7 HISTORY. --- typed-racket-lib/typed-racket/HISTORY.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/typed-racket-lib/typed-racket/HISTORY.txt b/typed-racket-lib/typed-racket/HISTORY.txt index 3cef012e..b4467099 100644 --- a/typed-racket-lib/typed-racket/HISTORY.txt +++ b/typed-racket-lib/typed-racket/HISTORY.txt @@ -1,3 +1,7 @@ +6.7 +- Add `row-inst` and `Row` +- Support polymorphic structs in `unsafe-require/typed` +- Add `typed/racket/os` and `typed/racket/db{/sqlite3}`. 6.6 - Warn on opaque values passed to `any-wrap/c`. This will become an error in the future.