diff --git a/general-info/release-19c.txt b/general-info/release-19c.txt
index 07959d8c7f4efd4496b85e2292b30d662bd82dea..e0666aa4e272e8b445f5295f835eeea933d1908c 100644
--- a/general-info/release-19c.txt
+++ b/general-info/release-19c.txt
@@ -94,6 +94,14 @@ New in this release:
         pathname differs from the host for the defaults.
       - CMUCL recognizes multi-arch (fat) shared libs on Darwin/ppc.
         It's now possible to load libSystem.dylib.
+      - #p".." is read as a directory instead of as a file with name
+        #"." and type "".
+      - #p"..." and similar forms with more dots is read as a file
+        with name equal to the string and type nil.  Previously, the
+        name had one fewer dot with type "".
+      - MAKE-PATHNAME with :name equal to ".." or "." will generate a
+        warning because CMUCL cannot print that in a form that will be
+        read back the same.
 
   * Other changes: