diff --git a/doc/release-notes/drracket/HISTORY.txt b/doc/release-notes/drracket/HISTORY.txt index fa84ec3909..033ff0cad9 100644 --- a/doc/release-notes/drracket/HISTORY.txt +++ b/doc/release-notes/drracket/HISTORY.txt @@ -1,3 +1,10 @@ +------------------------------ + Version 5.3.2 +------------------------------ + + . fixed a flaw in interactions between + the contour window and highlighting + ------------------------------ Version 5.3.2 ------------------------------ diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index de2f3aef4e..74ed99d0b5 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,3 +1,6 @@ +Version 5.3.3, February 2013 +No changes + Version 5.3.2, January 2013 Changed case to use equal? instead of eqv? Changed log-message to support a name argument diff --git a/doc/release-notes/redex/HISTORY.txt b/doc/release-notes/redex/HISTORY.txt index 1a17bc3a96..ba10bef654 100644 --- a/doc/release-notes/redex/HISTORY.txt +++ b/doc/release-notes/redex/HISTORY.txt @@ -1,3 +1,7 @@ +v5.3.3 + +No changes + v5.3.2 * added random-generation based on define-judgment-form diff --git a/doc/release-notes/stepper/HISTORY.txt b/doc/release-notes/stepper/HISTORY.txt index 3343eeb75c..706de576c8 100644 --- a/doc/release-notes/stepper/HISTORY.txt +++ b/doc/release-notes/stepper/HISTORY.txt @@ -1,6 +1,10 @@ Stepper ------- +Changes for 5.3.3: + +None. + Changes for 5.3.2: None. diff --git a/doc/release-notes/teachpack/HISTORY.txt b/doc/release-notes/teachpack/HISTORY.txt index 4a82bf748b..0d297677bd 100644 --- a/doc/release-notes/teachpack/HISTORY.txt +++ b/doc/release-notes/teachpack/HISTORY.txt @@ -1,3 +1,8 @@ +------------------------------------------------------------------------ +Version 5.3.3 + +No changes. + ------------------------------------------------------------------------ Version 5.3.2 [Tue Jan 22 10:30:15 EST 2013] diff --git a/doc/release-notes/typed-racket/HISTORY.txt b/doc/release-notes/typed-racket/HISTORY.txt index aa0fdf03bd..da78ee9bee 100644 --- a/doc/release-notes/typed-racket/HISTORY.txt +++ b/doc/release-notes/typed-racket/HISTORY.txt @@ -1,3 +1,5 @@ +5.3.3 + No changes 5.3.2 - Added types for control operators - Added `typed/untyped-utils`