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

Add version 1.4 changelog docs. #511

Merged
merged 1 commit into from
May 10, 2014

Conversation

alexcouper
Copy link
Contributor

After speaking to @diox in the #django-compressor channel on irc, I decided to contribute a changelog. I'm not sure what changes are backwards incompatible, nor how granular you would like the changelog to be, but here's a start anyway.

I generated a list of the PRs that have been merged in post-1.3 by doing the following:

$ pip install nodeenv
$ nodeenv -p
$ npm install -g github-changes
$ github-changes -o django-compressor -r django-compressor -a -b develop  --only-pulls --use-commit-body

This generated a file containing the following, which I have attempted to convert into the changelog.txt file in the docs folder:

upcoming (1.4) (2014/04/23 23:32 +00:00)

@diox
Copy link
Member

diox commented May 10, 2014

This is awesome, thanks.

@@ -1,14 +1,45 @@
Changelog
=========

v1.4 (as of 04/23/2014)
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 amend your commit to remove the date ? I'll merge it afterwards.

Copy link
Member

Choose a reason for hiding this comment

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

Actually let's keep it, I'll edit it when making the release.

diox added a commit that referenced this pull request May 10, 2014
Add version 1.4 changelog docs.
@diox diox merged commit 0fa9f2a into django-compressor:develop May 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants