Skip to content

Commit

Permalink
Merge pull request #11421 from vsopvsop/patch-1
Browse files Browse the repository at this point in the history
Three spelling mistakes batched info one PR
  • Loading branch information
stefanpenner committed Jun 11, 2015
2 parents 469f4e8 + 7422e20 commit 0118d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
* [BUGFIX] Prevent an error from being thrown if the errorThrown property is a string when catching unhandled promise rejections.
* [BUGFIX] `contenteditable` elements should fire focus events in `ember-testing` click helper.
* [BUGFIX] Remove HTMLBars from builds `ember.debug.js` and `ember.prod.js` builds. Please see http://emberjs.com/blog/2015/02/05/compiling-templates-in-1-10-0.html for more details.
* [BUGFIX] Ensure that calling the `wait` testing helpe without routing works properly.
* [BUGFIX] Ensure that calling the `wait` testing helper without routing works properly.
* [BUGFIX] Ensure that a plus sign in query params are treated as spaces.
* [BUGFIX] Fix broken `Ember.Test.unregisterWaiter` semantics.
* [BUGFIX] Allow unbound helpers to add attributes.
Expand Down Expand Up @@ -978,7 +978,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
* Update route-recognizer - Fixes #2559
* Revert "Use isNone to check tag name"
* Support for redirection from ApplicationRoute
* Improving Ember.Select's null-content regresion test
* Improving Ember.Select's null-content regression test
* Prevent another exception on empty Ember.Select.content
* prevent exception on empty Em.Select content
* deprecate the defaultContainer (see: http://git.io/EKPpnA)
Expand Down Expand Up @@ -1337,7 +1337,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
* Replaced getPath/setPath with get/set
* Remove LEGACY_HANDLEBARS_TAG flag
* Add two new core methods to allow invoking possibly unknown methods on objects
* Change ternary syntax to double colon sytax
* Change ternary syntax to double colon syntax
* Add tests for ternary operator in class bindings
* Test for defined Router lacking App(View|Controller)
* Allow alternate clicks for href handling - Fixes #1096
Expand Down

0 comments on commit 0118d09

Please sign in to comment.