From 09c1743a780db001ef6d9b2586e2d7a420ffafff Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Wed, 23 Jul 2014 11:43:20 -0400 Subject: [PATCH] documented addition of check-random; please include in 6.1 (cherry picked from commit 68de6454d91129041b0284c7ce7c3b4ca596b494) --- pkgs/htdp-pkgs/htdp-lib/teachpack/HISTORY.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/htdp-pkgs/htdp-lib/teachpack/HISTORY.txt b/pkgs/htdp-pkgs/htdp-lib/teachpack/HISTORY.txt index f11bfa9e2c..dcaf6feb37 100644 --- a/pkgs/htdp-pkgs/htdp-lib/teachpack/HISTORY.txt +++ b/pkgs/htdp-pkgs/htdp-lib/teachpack/HISTORY.txt @@ -1,4 +1,5 @@ -Version NEXT > 6.0.1 +------------------------------------------------------------------------ +Version 6.1 [Wed Jul 23 11:42:44 EDT 2014] * added check-random to the test-engine so that students can test random functions more easily