Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 648 Bytes

CHANGES.rst

File metadata and controls

39 lines (28 loc) · 648 Bytes

Changlog

2.5

  • ISSUE #21: Decorators hide actual type hints
  • Fix for non-working log_on_error due to bad scope of exceptions.

2.4

2.3

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