From a9bfd9c08345d6dc81d9b4c639ede72e72e270bc Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 1 Jun 2013 15:24:00 -0500 Subject: [PATCH] add note to HISTORY about the is-a? bug fix --- doc/release-notes/racket/HISTORY.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index 4b1a426fde..a1da8043b9 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,5 +1,9 @@ Version 5.3.4.11 Added current-directory-for-user, srcloc->string +Fixed is-a? so that it always signals an error when its second + argument is not a class or interface (in the past (is-a? 1 2) + would return #f instead). This bug appears to have been + introduced in late Feb 2010. Version 5.3.4.10 Move explode-path from racket/path to racket/base