Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Update CHANGELOG.md #12525

Merged
merged 1 commit into from
Nov 1, 2015
Merged

Conversation

swalkinshaw
Copy link
Contributor

CHANGELOG.md has gotten left behind for months which is annoying. Here's an updated version with all missing releases.

I've also made a little Ruby script to automatically update this so anyone can run it in the future:

https://gist.github.com/swalkinshaw/d4a14bd734497a2bf7a4

@rwjblue
Copy link
Member

rwjblue commented Oct 27, 2015

The change log is generally maintained on the branch they reference, for example release branch includes 2.1. I agree that keeping master up to date is good, and I'll try to make sure to do this as I do each release.


Can you confirm that these entries are pulled from the changelogs for each release they reference (and not from the git commit log or other mechanism)?

@swalkinshaw
Copy link
Contributor Author

@rwjblue the script I linked which generated this PR uses the GitHub API to get the entries from https://github.com/emberjs/ember.js/releases.

- [#11440](https://github.com/emberjs/ember.js/pull/11440) [DEPRECATION] Deprecate using `instance.container.lookup` on first argument to `instanceInitializers`. Use `instance.lookup` instead.
- [#11440](https://github.com/emberjs/ember.js/pull/11440) [DEPRECATION] Deprecate passing two arguments to an initializers `initialize` function.

### v2.1.0-beta.4 (September 13, 2015)
Copy link
Member

Choose a reason for hiding this comment

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

Can you remove? These 2.1.0-beta.* entries are all collapsed into the final 2.1.0 one (so these are duplicates).

@swalkinshaw
Copy link
Contributor Author

@rwjblue updated

@rwjblue
Copy link
Member

rwjblue commented Nov 1, 2015

Awesome, thank you!

rwjblue added a commit that referenced this pull request Nov 1, 2015
@rwjblue rwjblue merged commit 860bb4b into emberjs:master Nov 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants