diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt index 03eb0d80d031b670e965c7a6b2dc54443e466e19..f4240ec91eebb0ab05d681b62e39ebf2c2e322be 100644 --- a/general-info/release-19a.txt +++ b/general-info/release-19a.txt @@ -264,6 +264,14 @@ New in this release: * Improvements to Hemlock, the Emacs-like editor: * Changes to rebuilding procedure: + - When rebuilding CMUCL, *features* do not need to be set by + hand. As files are loaded, the appropriate *features* are set + so that the resulting build has the same set of *features*. + There should also be fewer warnings about internals.h changing, + since that now just contains things in sys:*runtime-features*. + Use sys:register-lisp-feature and + sys:register-lisp-runtime-feature to set *features* and + sys:*runtime-features*, respectively. * Deprecated features: - EXT:ENCAPSULATE and associated functions; use fwrappers instead.