add v5.3.3 notes

This commit is contained in:
Robby Findler 2013-02-06 15:04:07 -06:00
parent 0aaf6b8086
commit dfed25cfe1
6 changed files with 24 additions and 19 deletions

View File

@ -1,3 +1,10 @@
------------------------------
Version 5.3.2
------------------------------
. fixed a flaw in interactions between
the contour window and highlighting
------------------------------
Version 5.3.2
------------------------------

View File

@ -1,22 +1,5 @@
Version 5.3.2.3
Added extflonums
racket/extflonum: added
racket/unsafe/ops: added extflonum operations
racket/date: changed current-date to provide nanoseconds,
added date*->seconds
racket/gui/base: changed menu-bar% get-frame method to
return 'root for root menu bar
syntax-color/racket-lexer: added 'hash-colon-keyword
(which also affects syntax-color/scheme-lexer,
syntax-color/module-lexer, and syntax-color/scribble-lexer)
Version 5.3.2.2
Added file-truncate
scribble/latex-properties: added command-extras
Version 5.3.2.1
srfi/19: made compatible with date* structs, produces
lax-date struct for backwards compatibility
Version 5.3.3, February 2013
No changes
Version 5.3.2, January 2013
Changed case to use equal? instead of eqv?

View File

@ -1,3 +1,7 @@
v5.3.3
No changes
v5.3.2
* added random-generation based on define-judgment-form

View File

@ -1,6 +1,10 @@
Stepper
-------
Changes for 5.3.3:
None.
Changes for 5.3.2:
None.

View File

@ -1,3 +1,8 @@
------------------------------------------------------------------------
Version 5.3.3
No changes.
------------------------------------------------------------------------
Version 5.3.2 [Tue Jan 22 10:30:15 EST 2013]

View File

@ -1,3 +1,5 @@
5.3.3
No changes
5.3.2
- Added types for control operators
- Added `typed/untyped-utils`