Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Aug 10, 2014
1 parent 92ff6f0 commit 503bbec
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
Paver Changelog
===============

1.3 (TBA)
1.3 (August 10, 2014)
------------------------
* ***Removed support for Python 2.5***. 2.6 is deprecated and will be removed in next release.
* Fixed `shell.py` missing from minilib (github `issue #122 <https://github.com/paver/paver/issues/122>`_)
* Added env keyword to sh. (github `issue #132 <https://github.com/paver/paver/issues/132>`_)
* When both @cmdopts and @consume_nargs are used, the options before the
args are parsed by the task's parser and given to it (github `issue #126 <https://github.com/paver/paver/issues/126>`_)
* Support list and tuple as `sh` argument (github `issue #92 <https://github.com/paver/paver/issues/92>`_)


1.2.2 (Jan 12, 2014)
1.2.2 (January 12, 2014)
------------------------
* Fixed `version.py` missing from minilib (github `issue #112 <https://github.com/paver/paver/issues/112>`_)

Expand Down

0 comments on commit 503bbec

Please sign in to comment.