diff options
-rw-r--r-- | libguile/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2845fdc77..43756efcf 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -22,6 +22,8 @@ Removed #include "versiondat.h", #include "goops.h". * goops.h: Removed various superfluous conditions. + Renamed class --> cls, new --> newinst in order to accomodate + C++. * init.c (scm_init_guile_1): Call the goops module registration function. |