diff --git a/ChangeLog b/ChangeLog index 5d7505ab8..0d13a20cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,9 @@ * Version 5.3.1-cvs. - Date no longer allocates virtual memory to do its job, + Date no longer needs to allocate virtual memory to do its job, so it can no longer fail due to an out-of-memory condition. + * src/date.c: Include fprintftime.h. Don't include strftime.h or xanstrftime.h -- no longer needed. (show_date): Use new fprintftime function rather than xanstrftime.