From 3e5c320af23ebd31fb66bb1bf0ce725115930120 Mon Sep 17 00:00:00 2001 From: Felix Barnsteiner Date: Thu, 10 Jan 2019 15:15:45 +0100 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c9df67f7..b0ce85447b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ * Added span for `DispatcherServlet#render` ([#409](https://github.com/elastic/apm-agent-java/pull/409)). * Flush reporter on shutdown to make sure all recorded Spans are sent to the server before the programm exits ([#397](https://github.com/elastic/apm-agent-java/pull/397)) * Adds Kubernetes ([#383](https://github.com/elastic/apm-agent-java/issues/383)) and Docker metadata to, enabling correlation with the Kibana Infra UI. - * Impoved error handling of the Servlet Async API ([#399](https://github.com/elastic/apm-agent-java/issues/399)) + * Improved error handling of the Servlet Async API ([#399](https://github.com/elastic/apm-agent-java/issues/399)) ## Bug Fixes * Fixing a potential memory leak when there is no connection with APM server