- Document that shift_age of 0 disables log file rotation #43 (thanks to jeremyevans)
- Raise ArgumentError for invalid shift_age #42 (thanks to jeremyevans)
- Honor Logger#level overrides #41 (thanks to georgeclaghorn)
Fixes:
- Add missing files in gem (thanks to hsbt)
Enhancements:
- Add support for changing severity using bang methods #15 (thanks to ioquatix)
- Set filename when initializing logger with a File object to make reopen work #30 (thanks to jeremyevans)
- Add option to set the binary mode of the log device #33 (thanks to refaelfranca)
Also, large refactorings of codes and testing libraries are introduced.