diff --git a/CHANGELOG-developer.next.asciidoc b/CHANGELOG-developer.next.asciidoc index 3510a97e842..10f92aa8f83 100644 --- a/CHANGELOG-developer.next.asciidoc +++ b/CHANGELOG-developer.next.asciidoc @@ -26,6 +26,7 @@ The list below covers the major changes between 7.0.0-rc2 and master only. - Need to register new processors to be used in the JS processor in their `init` functions. {pull}13509[13509] - The custom beat generator now uses mage instead of python, `mage GenerateCustomBeat` can be used to create a new beat, and `mage vendorUpdate` to update the vendored libbeat in a custom beat. {pull}13610[13610] - Altered all remaining uses of mapval to use the renamed and enhanced version: https://github.com/elastic/go-lookslike[go-lookslike] instead, which is a separate project. The mapval tree is now gone. {pull}14165[14165] +- Move light modules to OSS. {pull}14369[14369] ==== Bugfixes