diff --git a/general-info/release-19e.txt b/general-info/release-19e.txt index b24ff9d7f4808f9310e35978ff5785134d7fb75c..283e599a989198e4840c2b19b36cc3faac33a7ae 100644 --- a/general-info/release-19e.txt +++ b/general-info/release-19e.txt @@ -107,7 +107,11 @@ New in this release: - The reader for #= and ## has been enhanced to be much faster for cases with a large number of shared objects. However, it is also somewhat slower for simple cases. - + - #p"..." now has a namestring and is treated as a pathname with + name ".." and type "". + - #p"..a" erroneously had directory (:relative). This has been + fixed so that directory = nil, name = ".", and type = "a". + * Trac Tickets: - #8 fixed so logs of bignums and ratios that won't fit into a float can be computed, instead of signalling an error.