1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Mention the end of ChangeLog' files in NEWS'.

This commit is contained in:
Ludovic Courtès 2008-12-08 21:34:08 +01:00
parent f24ceff283
commit e00634774a
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,6 @@
-*- text -*-
Starting from September 1st, 2008, the Guile projects no longer stores
Starting from September 1st, 2008, the Guile project no longer stores
change logs in `ChangeLog' files. Instead, changes are detailed in the
version control system's logs. They can be seen by downloading a copy
of the Git repository:

6
NEWS
View file

@ -65,6 +65,12 @@ When you use GDS to evaluate Scheme code from Emacs, you can now use
Thus, the `--enable-maintainer-mode' configure option is no longer
available: Guile is now always configured in "maintainer mode".
** `ChangeLog' files are no longer updated
Instead, changes are detailed in the version control system's logs. See
the top-level `ChangeLog' files for details.
* Bugs fixed
** `symbol->string' now returns a read-only string, as per R5RS