Skip to content

Commit

Permalink
Update CHANGELOG for 1.9.0 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Dec 9, 2014
1 parent d07f195 commit 439511d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Ember Changelog

### 1.9.0-beta.4
### 1.9.0 (December 8, 2014)

* Add deprecation for quoteless outlet names (`{{outlet main}}` should be `{{outlet 'main'}}`).
* [BUGFIX] Update the `Ember.Map#forEach` callback to include the map being iterated over.
* [BUGFIX] Ensure that tagless container views are rendered properly.
* [PERF] `Ember.View#_outlets` is no longer observable.
* [PERF] Avoid extending a view for every `{{each}}`.

### 1.9.0-beta.3

* Ensure initializers have a `name` property (provides a helpful assertion if missing).
* [BUILD TOOLING] Enable easier cross-browser testing by publishing builds and tests to S3.
* Enable `Ember.run.join` to return a value even if within an existing run loop.
Expand All @@ -30,10 +27,6 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
it would silently continue. Now, an assertion would be triggered.

* [PERF] Speedup Mixin creation.


### 1.9.0-beta.1

* [BREAKING] Require Handlebars 2.0. See [blog post](http://emberjs.com/blog/2014/10/16/handlebars-update.html) for details.
* Allow all rejection types in promises to be handled.
* Mandatory setter checks for configurable, and does not clobber non-configurable properties.
Expand Down

0 comments on commit 439511d

Please sign in to comment.