summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-15 17:50:42 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-15 17:50:42 +0200
commit6a4e0ff00cae39d15a6394a63aac514d97c8542b (patch)
tree4de1f9689e5dcfdd400a1b156c88d2fe17812e80 /NEWS
parenta89a9860fc716e18516e50d1af796fdcdb1f072f (diff)
downloadgeiser-6a4e0ff00cae39d15a6394a63aac514d97c8542b.tar.gz
geiser-6a4e0ff00cae39d15a6394a63aac514d97c8542b.tar.bz2
News and version tags for 0.2.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e31e6ab..68ac481 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+* Version 0.2.1 (Sep 15, 2012)
+
+Bug fixes:
+
+ - Racket: correctly reloading modules that contain submodules (this
+ one was breaking for instance code based on plai-typed).
+
+New features:
+
+ - Racket: autodoc now displays argument names for constructors
+ defined by define-type (from either plai or plai-type).
+ - Racket: the included geiser-racket.sh script takes a new switch,
+ -n, to specify the network interface to listen to.
+
* Version 0.2 (Sep 3, 2012)
New features: