Revision history for NewFangle,

0.09      2022-08-17 10:43:48 -0600
  - Documentation improvements (gh#28)

0.08      2022-03-03 16:51:34 -0700
  - Improved diagnostic when an invalid license key was provided (allsopp++, gh#24)
  - Documentation fixes (gh#25)

0.07      2021-06-01 07:14:44 -0600
  - Documentation fixes and improvements (gh#21)

0.06      2021-05-06 10:25:40 -0600
  - Fixed some frankly embarrassing documentation errors (arc++, gh#20)

0.05      2021-04-24 13:08:35 -0600
  - Moved to new GitHub org
  - Add support for Perl 5.14 (gh#19)

0.04      2020-12-10 15:27:00 -0700
  - Bump version requirement of Alien::libnewrelic for clang 10 fixes

0.03      2020-06-03 14:19:13 -0600
  - Add NewFangle::newrelic_set_host_display_name (gh#14)
  - Add NEWRELIC_APP_HOSTNAME environment variable (gh#14)

0.02      2020-05-19 16:23:14 -0600
  - Bump Alien::libnewrelic prereq to 0.04
  - NewFangle::Transaction#record_custom_event now returns a true value
    (always).  The underlying C-SDK returns void (undef), but it is easier
    for the Perl api to return true for consistency and for testing. (gh#11)
  - Add NewFangle::Transaction#notice_error_with_transaction (gh#11)
  - Add NewFangle::Transaction#create_distributed_trace_payload (gh#11)
  - Add NewFangle::Transaction#accept_distributed_trace_payload (gh#11)
  - Add NewFangle::Transaction#create_distributed_trace_payload_httpsafe (gh#11)
  - Add NewFangle::Transaction#accept_distributed_trace_payload_httpsafe (gh#11)

0.01      2020-05-14 17:37:47 -0400
  - initial version