From 19ba9d686e0849e942cc3dc063c44d12868d58ad Mon Sep 17 00:00:00 2001 From: Andy Mikhaylenko Date: Sat, 5 Jul 2014 17:53:44 +0200 Subject: [PATCH] Add changelog --- CHANGES | 20 ++++++++++++++++++++ docs/changes.rst | 1 + docs/index.rst | 1 + 3 files changed, 22 insertions(+) create mode 100644 CHANGES create mode 100644 docs/changes.rst diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..898b11b --- /dev/null +++ b/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. diff --git a/docs/changes.rst b/docs/changes.rst new file mode 100644 index 0000000..d6c5f48 --- /dev/null +++ b/docs/changes.rst @@ -0,0 +1 @@ +.. include:: ../CHANGES diff --git a/docs/index.rst b/docs/index.rst index da78f6c..6a6eb42 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,6 +39,7 @@ Details projects subparsers contributors + changes Indices and tables ==================