From f20845f47a83f0a6749aa92f847ec58cfa87684a Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Sun, 15 Oct 2023 10:51:37 -0400 Subject: [PATCH] history; please include with release --- htdp-lib/teachpack/HISTORY.txt | 6 ++++++ htdp-test/tests/test-engine/at-top-level.rkt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/htdp-lib/teachpack/HISTORY.txt b/htdp-lib/teachpack/HISTORY.txt index f80ed231e..2ada3a1f6 100644 --- a/htdp-lib/teachpack/HISTORY.txt +++ b/htdp-lib/teachpack/HISTORY.txt @@ -1,3 +1,9 @@ +------------------------------------------------------------------------ +Version 8.11 [Sun Oct 15 10:50:43 EDT 2023] + +* serious discrepancy between menu-based teaching languages and #lang + variants discovered; will be addressed in 8.12 + ------------------------------------------------------------------------ Version 8.10 [Fri Jul 14 13:17:33 CDT 2023] diff --git a/htdp-test/tests/test-engine/at-top-level.rkt b/htdp-test/tests/test-engine/at-top-level.rkt index 71281d5c5..d1d429ae9 100644 --- a/htdp-test/tests/test-engine/at-top-level.rkt +++ b/htdp-test/tests/test-engine/at-top-level.rkt @@ -1,4 +1,4 @@ #lang racket/base (module m lang/htdp-beginner (check-expect 1 1)) ;; this file tests that a `check-expect` all on its lonesome -;; in the top-level of a module is not a syntax error \ No newline at end of file +;; in the top-level of a module is not a syntax error