From 8fce95df11c9ebf08c5512fc58368e607dd83866 Mon Sep 17 00:00:00 2001 From: Peter Svetlichny Date: Wed, 14 Mar 2018 11:41:46 -0700 Subject: [PATCH] update changelog for v3.2.0 --- NEWS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.md b/NEWS.md index 184c517c36..e28e07b65e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +### 3.2.0 (2018-03-14): + +* Added [`@newrelic/koa`](https://github.com/newrelic/node-newrelic-koa) as a + dependency. + + This introduces instrumentation for **Koa v2.0.0** or higher. It will be treated + as first-party instrumentation within the agent, but publishing it as a + separate module allows it to be installed independently according to users' needs. + +* Refactored instrumentation hooks to work with modules. + + With this change it is now possible to link against external instrumentation + modules. + ### 3.1.0 (2018-03-13): * Promise based web framework middleware instrumentation now supports callback