From f30215edcd043f90cdbfb08c38e9b1d20d3dd51d Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Fri, 20 Dec 2013 14:52:52 -0500 Subject: [PATCH] Update HISTORY Please merge to v6.0 (cherry picked from commit 8c6cf7395d4ee25debb66ba2731bf07d231d865a) --- racket/collects/racket/HISTORY.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/racket/collects/racket/HISTORY.txt b/racket/collects/racket/HISTORY.txt index 455cea4a04..1b298e191a 100644 --- a/racket/collects/racket/HISTORY.txt +++ b/racket/collects/racket/HISTORY.txt @@ -27,6 +27,7 @@ Runtime: ---------- (#%declare #:cross-phase-persistent) Add configure-runtime submodule support, and changed racket/base to introduce a configure-runtime submodule + Removed memq, memv, and member from #%kernel Filesystem and environment variables: ---------- Changed initialization of current-directory to use PWD Added current-environment-variables, environment-variables-ref, @@ -71,6 +72,7 @@ Commands: ---------- raco pkg install: changed to install the current directory as a link when no arguments are provided; added --pkgs Libraries: ---------- + racket/base: added an equality checking argument to member racket/class: fixed a bug in is-a? that changes its behavior slightly: in the past it could return #f when the second argument was invalid; now it signals an error