Skip to content

Commit

Permalink
Release v2.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 27, 2016
1 parent 81abad3 commit f54a209
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Ember Changelog

### 2.6.1 (June 27, 2016)

- [#13634](https://github.com/emberjs/ember.js/pull/13634) [BUGFIX] Fix issues with rerendering blockless and tagless components.
- [#13655](https://github.com/emberjs/ember.js/pull/13655) [BUGFIX] Make debugging `this._super` much easier (remove manual `.call` / `.apply` optimizations).
- [#13672](https://github.com/emberjs/ember.js/pull/13672) [BUGFIX] Fix issue with `this.render` and `this.disconnectOutlet` in routes.

### 2.6.0 (June 8, 2016)

- [#13520](https://github.com/emberjs/ember.js/pull/13520) [BUGFIX] Fixes issues with `baseURL` and `rootURL` in `Ember.HistoryLocation` and ensures that `Ember.NoneLocation` properly handles `rootURL`.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.6.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember",
"license": "MIT",
"version": "2.6.0",
"version": "2.6.1",
"keywords": [
"ember-addon"
],
Expand Down

1 comment on commit f54a209

@wuyong11
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello:
I want to download an ember.js-v.2.6 file,not ember.min.js,this one has been compacted,I can not read it conveniently,can you help me? now i need latest version of ember,handlebars,ember-data,can you send me a package with them?
thank you so much!

Please sign in to comment.