Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Jul 5, 2014
1 parent 51ddd5e commit 19ba9d6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGES
@@ -0,0 +1,20 @@
~~~~~~~~~
Changelog
~~~~~~~~~

Version 0.25
------------

- Added EntryPoint class as another way to assemble functions (see #59).

- Added support for Python 3.4; dropped support for Python 3.3
(this doesn't mean that Argh is necessarily broken under 3.3,
it's just that I'm not testing against it anymore).

- Shell completion warnings are now deprecated in favour of `logging`.

- The command help now displays default values of all arguments (see #64).

- Function docstrings are now displayed verbatim in the help (see #64).

- Argh's dispatching now should work properly in Cython.
1 change: 1 addition & 0 deletions docs/changes.rst
@@ -0,0 +1 @@
.. include:: ../CHANGES
1 change: 1 addition & 0 deletions docs/index.rst
Expand Up @@ -39,6 +39,7 @@ Details
projects
subparsers
contributors
changes

Indices and tables
==================
Expand Down

0 comments on commit 19ba9d6

Please sign in to comment.