The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CHANGE LOG
==========

2021-03-05 - v0.107.0
---------------------

### Added
  - Support for tracing subroutine arguments

### Fixed
  - WrapScope files can now contain empty lines
  - AutoScope no longer crashes when a scope was closed before scope end



2020-10-08 - v0.106.6
---------------------

### Changed
  - WrapScope now uses Caller::Hide to hide from stack traces



2020-09-07 - v0.106.5
---------------------

### Fixed
  - WrapScope now works correctly with Moose



2020-08-17 - v0.106.4
---------------------

### Added
  - A new import option to disable "couldn't find sub" warnings


2020-08-17 - v0.106.3
---------------------

### Added
  - Provided a script to generate OpenTracing::WrapScope config files


2020-08-17 - v0.106.2
---------------------

### Fixed
  - Restore runtime-load with a new implementation


2020-08-14 - v0.106.1
---------------------

### Reverted
  - Remove runtime-load checking because of breaking bugs


2020-08-13 - v0.106.0
---------------------

### Fixed
  - WrapScope now properly wraps modules loaded at runtime


2020-07-30 - v0.105.0
---------------------

### Added
  - WrapScope config files now support comments


2020-07-29 - v0.104.1
---------------------

### Fixed
  - file globbing in WrapScope and `generate_wrap_config` skips directories
  - require the latest version of Test::OpenTracing::Integration


2020-07-24 - v0.104.0
---------------------

### Changed
  - `error` tag is now a boolean, error message moved to `message` tag


2020-07-23 - v0.103.0
---------------------

### Added
  - `generate_wrap_config` now supports a `complexity` filter


2020-07-10 - v0.102.0
---------------------

### Added
  - on `use` of WrapScope, it now accepts `-file` and `-env` arguments
  - `generate_wrap_config` for creating config files


2020-07-01 - v0.101.0
---------------------

### Added
  - `install_wrapped`
  - `wrapped`

### Changed
  - tags are being prefixed and contain caller info
  - emits warnings for missing subroutines instead of `die`

### Fixed
  - various typos and grammer issues in POD


2020-06-26 - v0.100.0
---------------------

Re-Release

### Added
  - WrapScope

### Changed
  - AutoScope


2020-01-16 - v0.01
------------------

Initial Release