From 10aaa2d699fc9822d489cb614c9ad1c48ea48be5 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 1 Sep 2011 07:27:04 -0400 Subject: [PATCH] Start on Typed Racket release notes. original commit: 3c688f6a6805336ac2faf467806d1a893d99a0a4 --- doc/release-notes/typed-racket/HISTORY.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/release-notes/typed-racket/HISTORY.txt diff --git a/doc/release-notes/typed-racket/HISTORY.txt b/doc/release-notes/typed-racket/HISTORY.txt new file mode 100644 index 00000000..015d0984 --- /dev/null +++ b/doc/release-notes/typed-racket/HISTORY.txt @@ -0,0 +1,4 @@ +5.1.3.* +- Performance work: delayed environment evaluation +- Support `racket'-style optional arguments +- Changes to support new-style keyword argument expansion