diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,12 +1,13 @@ -* Version 0.1.3 (Jun, 2011) +* Version 0.1.3 (Jun 24, 2011) Bug fixes: - - The REPL doesn't break when one calls read (fixes bug #33090) - - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the - current module even before the define-module form (fixes bug - #33497). - - Racket can now use the GUI libraries (see bug #32844) + - The REPL doesn't break when one calls read (fixes bug #33090). + - In Guile buffers, C-c C-a (a.k.a C-u C-c C-z) recognizes the + current module even before the define-module form (fixes bug + #33497). + - Racket can now use the GUI libraries (see bug #32844). + - Texinfo formatting fixes. * Version 0.1.2 (Mar 9, 2011) |