Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 506 Bytes

CHANGES.rst

File metadata and controls

27 lines (20 loc) · 506 Bytes

Changlog

2.2

  • added asyncio support
  • ISSUE #2: changed default argument of reraise
  • ISSUE #5: removed log_level argument from log_exception

2.1

  • made log_exception decorator importable from logdecorator package
  • added warning about future change of default argument of reraise
  • changed documentation from markdown to restructured text
  • fixed documentation of on_exceptions parameter

2.0

  • Rewrite of code base
  • added log_exception decorator

1.0

Initial release