Skip to content

Commit

Permalink
Reviewed CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitbryon committed Apr 10, 2014
1 parent 8449390 commit 0a389cc
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,32 @@ about future releases, check `milestones`_ and :doc:`/about/vision`.
0.6 (unreleased)
----------------

- Mutualize everything that can be in piecutter
Moved some parts of diecutter to external projects: core in piecutter, demo in
template index and standalone template repositories.

- Moved generic bits of diecutter's core to third-party project 'piecutter'.

- Bug #100 - Files in tar.gz archives have a valid modification time (was
epoch).

- Feature #97 - Refactored diecutter's demo index, so that it references
templates from external repositories.

- Render archive filename using filename_engine.

- Added example configuration for cookiecutter and github.

- Improved contributor guide.

- Using tox to run tests. Development environment no longer uses zc.buildout.


0.5 (2013-07-19)
----------------

Proof of concept implementation of remote template loader and Django template
engine.

- Features #27 and #28 - Experimental support of remote templates, where
templates are hosted in Github public repositories.
The github service is published at http://diecutter.io/github. It accepts
Expand Down

0 comments on commit 0a389cc

Please sign in to comment.