Browse Source

Add 3.8.0 change log entries

pull/509/head
Luke Bakken 5 years ago
parent
commit
1a8e47d245
No known key found for this signature in database GPG Key ID: D99DE30E43EAE440
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      README.md

+ 10
- 0
README.md View File

@ -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)

Loading…
Cancel
Save