From 9e83234df147e7d9e2d25eaeb3352f009c2bb521 Mon Sep 17 00:00:00 2001 From: Connor Christie Date: Tue, 2 Jan 2018 18:06:21 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3cfd9e..8d65fc3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.3] - 2018-01-03 + +### Added + +- Add system notification `MODULE_DOM_CREATED` for notifying each module when their Dom has been fully loaded. + ## [2.2.2] - 2018-01-02 ### Added