소스 검색

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