From b68ceaad0c824db095a34e563f57b1c19b000aaf Mon Sep 17 00:00:00 2001
From: urso <steffen.siering@elastic.co>
Date: Fri, 8 Mar 2019 20:27:54 +0100
Subject: [PATCH] Add missing changelog for #10801

---
 CHANGELOG-developer.next.asciidoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG-developer.next.asciidoc b/CHANGELOG-developer.next.asciidoc
index 72a7993db97a..e8ab8e7f82d7 100644
--- a/CHANGELOG-developer.next.asciidoc
+++ b/CHANGELOG-developer.next.asciidoc
@@ -21,8 +21,10 @@ The list below covers the major changes between 7.0.0-beta1 and master only.
 ==== Breaking changes
 
 - Remove support for deprecated `GenRootCmd` methods. {pull}10721[10721]
+- Remove SkipNormalization, SkipAgentMetadata, SkipAddHostName. {pull}10801[10801] {pull}10769[10769]
 
 ==== Bugfixes
+
 - Align default index between elasticsearch and logstash and kafka output. {pull}10841[10841]
 - Fix duplication check for `append_fields` option. {pull}10959[10959]
 
@@ -32,3 +34,4 @@ The list below covers the major changes between 7.0.0-beta1 and master only.
 - The `beat.Event` accessor methods now support `@metadata` keys. {pull}10761[10761]
 - Assertion for documented fields in tests fails if any of the fields in the tested event is documented as an alias. {pull}10921[10921]
 - Support for Logger in the Metricset base instance. {pull}11106[11106]
+- Introduce processing.Support to instance.Setting. This allows Beats to fully modify the event processing. {pull}10801[10801]