Skip to content

Commit

Permalink
Bump version to v1.4.0-beta.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 14, 2014
1 parent 9d94785 commit 80f417b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Ember Changelog

### Ember 1.4.0-beta.2 (January 14, 2014)

* [BUGFIX] Fix stripping trailing slashes for * routes.
* [SECURITY] Ensure primitive value contexts are escaped.
* [SECURITY] Ensure {{group}} helper escapes properly.
* Performance improvements.
* [BUGFIX] Templete-less components properties should not collide with internal properties.


### Ember 1.4.0-beta.1 (January 6, 2014)

* Unbound helper supports bound helper static strings.
Expand All @@ -9,6 +18,11 @@
* [FEATURE propertyBraceExpansion] Add support for brace-expansion in dependent keys, observer and watch properties.
* [FEATURE ember-metal-run-bind] Enables `Ember.run.bind` which is ember run-loop aware variation of jQuery.proxy.

### Ember 1.3.1 (January 14, 2014)

* [SECURITY] Ensure primitive value contexts are escaped.
* [SECURITY] Ensure {{group}} helper escapes properly.

### Ember 1.3.0 (January 6, 2014)

* Many documentation updates.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GIT
PATH
remote: .
specs:
ember-source (1.4.0.beta.2.pre)
ember-source (1.4.0.beta.2)
handlebars-source (~> 1.3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0-beta.2+pre
1.4.0-beta.2

0 comments on commit 80f417b

Please sign in to comment.