浏览代码

Merge branch 'feature/event-bus'

Ryan Chandler 5 年之前
父节点
当前提交
66fcc3cd9b
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      CHANGELOG.md

+ 6 - 0
CHANGELOG.md

@@ -2,6 +2,12 @@
 
 All notable changes to this project will be documented in this file.
 
+## v0.2.0
+
+### Added
+
+* Added a new experimental config API that allows developers to enable usage of a global $store variable, without needing components to subscribe through the x-subscribe directive (see bottom of [README](README.md) for more info).
+
 ## v0.1.2
 
 ### Fixed