From da18fc81d208dfff689ad1d64471fb1f3a83184f Mon Sep 17 00:00:00 2001 From: Outsider Date: Sat, 4 Feb 2017 22:33:54 +0900 Subject: [PATCH] add v0.4.0 changelog --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4254b..77430fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.4.0 (2017-02-04) +* fix deprecated selector since Atom v1.13.0 - [#68](https://github.com/angular-ui/AngularJS-Atom/issues/68) +* add new attributes of angularjs + ### 0.3.5 (2016-07-27) * change syntax names to compatable with themes - [#50](https://github.com/angular-ui/AngularJS-Atom/issues/50) * fix a ng-model-options syntax highlight bug - [#58](https://github.com/angular-ui/AngularJS-Atom/issues/58) diff --git a/README.md b/README.md index c04404a..fa19498 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# AngularJS support in Atom +# AngularJS v1.x support in Atom -Adds syntax highlighting and snippets to AngularJS in Atom. +Adds syntax highlighting and snippets to AngularJS v1.x in Atom. Originally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle) from the [AngularJS TextMate bundle](https://github.com/angular-ui/AngularJs.tmbundle).