diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f04d0b040a..930a33b277a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2015-03-03 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * print.c (print_object): Print whether a finalizer has | ||
| 4 | been called. | ||
| 5 | |||
| 6 | * data.c (Ftype_of): Make `type-of' work with finalizers. | ||
| 7 | (syms_of_data): Register Qfinalizer. | ||
| 8 | |||
| 1 | 2015-03-02 Daniel Colascione <dancol@dancol.org> | 9 | 2015-03-02 Daniel Colascione <dancol@dancol.org> |
| 2 | 10 | ||
| 3 | * print.c (print_object): Print finalizers. | 11 | * print.c (print_object): Print finalizers. |