|
@ -1141,15 +1141,16 @@ Example Usage: |
|
|
3.x Changelog |
|
|
3.x Changelog |
|
|
------------- |
|
|
------------- |
|
|
|
|
|
|
|
|
3.8.0 - 12 August 2019 |
|
|
|
|
|
|
|
|
3.8.0 - 9 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) |
|
|
|
|
|
|
|
|
* Breaking 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 log file rotation works on `win32` (#509) |
|
|
* Bugfix: ensure test suite passes on `win32` (#509) |
|
|
* Bugfix: ensure test suite passes on `win32` (#509) |
|
|
|
|
|
* Bugfix: ensure file paths with Unicode are formatted properly (#510) |
|
|
|
|
|
|
|
|
3.7.0 - 24 May 2019 |
|
|
3.7.0 - 24 May 2019 |
|
|
|
|
|
|
|
|