v6.9 HISTORY

This commit is contained in:
Sam Tobin-Hochstadt 2017-04-21 17:01:11 -04:00
parent 2262eb9eaf
commit ebb0770edf

View File

@ -1,3 +1,6 @@
6.9
- Added initial steps towards refinement types.
- Fixes related to numeric types and NaN.
6.8
- Restructured internal representations, especially of Union types.
See https://pnwamk.github.io/blog/2017/01/08/some-changes-in-typed-racket-v6-8/