From 1a8e47d245e7a0debc727987dde179b107702309 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Thu, 8 Aug 2019 12:46:12 -0700 Subject: [PATCH] Add 3.8.0 change log entries --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8f6cf42..c17ecb2 100644 --- a/README.md +++ b/README.md @@ -1141,6 +1141,16 @@ Example Usage: 3.x Changelog ------------- +3.8.0 - 12 August 2019 + + * API change: Modify the `lager_rotator_behaviour` to pass in a file's creation + time to `ensure_logfile/5` to be used to determine if file has changed on + systems where inodes are not available (i.e. `win32`). The return value from + `create_logfile/2`, `open_logfile/2` and `ensure_logfile/5` now requires + ctime to be returned (#509) + * Bugfix: ensure log file rotation works on `win32` (#509) + * Bugfix: ensure test suite passes on `win32` (#509) + 3.7.0 - 24 May 2019 * Policy: Officially ending support for OTP 19 (Support OTP 20, 21, 22)