preparing release

This commit is contained in:
Matthias Felleisen 2010-05-28 13:45:15 -04:00
parent 7f2d57e827
commit a67fe14f9e
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
;; The first three lines of this file were inserted by DrScheme. They record metadata
;; The first three lines of this file were inserted by DrRacket. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-intermediate-lambda-reader.ss" "lang")((modname world) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
(require 2htdp/universe)
@ -28,7 +28,7 @@
(check-expect (key=? "b" "a") false)
(check-error (key=? "a" 0) "key=?: expected <KeyEvent> as second argument, given: 0")
(check-error (key=? "a" 0) "key=?: expected <KEY-EVTS> as second argument, given: 0")
;; run world run

View File

@ -1,3 +1,7 @@
Version 5.0 [Fri May 28 13:43:21 EDT 2010]
* added to-draw to universe to prepare the switch to the new terminoloy
------------------------------------------------------------------------
Versin 4.2.5 [Fri Mar 26 10:02:11 EDT 2010]