From fec7b95d6d8237e82f1ee5e035cfa14e90723742 Mon Sep 17 00:00:00 2001
From: Katie Gengler <katie@kmg.io>
Date: Thu, 19 Sep 2019 14:51:14 -0400
Subject: [PATCH] Add unreleased CHANGELOG

---
 CHANGELOG.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 131c2b88fd3..a88853335c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
 # Ember Changelog
 
+### Unreleased
+
+- [#18396](https://github.com/emberjs/ember.js/pull/18396) [FEATURE] Implement component-class generator
+- [#18383](https://github.com/emberjs/ember.js/pull/18383) [BUGFIX] Fix `updateHook` capability opt-in types
+- [#18389](https://github.com/emberjs/ember.js/pull/18389) [BUGFIX] Update edition detection to use @ember/edition-utils
+- [#18394](https://github.com/emberjs/ember.js/pull/18394) [BUGFIX] Disable co-location in non-Octane blueprints
+- [#18395](https://github.com/emberjs/ember.js/pull/18395) [BUGFIX] Use `<Nested::Invocation>` in component tests blueprint
+- [#18397](https://github.com/emberjs/ember.js/pull/18397) [BUGFIX] Ensure QP definitions interop with tracked props
+- [#18399](https://github.com/emberjs/ember.js/pull/18399) [BUGFIX] Ensures that `@each` works with non-arrays and array-likes
+- [#18406](https://github.com/emberjs/ember.js/pull/18406) [BUGFIX] Prevent infinite cycles from lazy computed computation
+
 ### v3.13.0-beta.5 (September 3, 2019)
 
 - [#18314](https://github.com/emberjs/ember.js/pull/18314) [BUGFIX] Use class inheritance for getters and setters