summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-02-08 16:39:45 -0500
committerRyan Petrello <lists@ryanpetrello.com>2013-02-08 16:39:45 -0500
commit3c866f35f987d958f163c0b761fab4c931223f1c (patch)
treec7ed63c7d29c99c716062deff8dac3d115170120 /docs
parentc43729506973b49f216684a0578a8ae7934f8cda (diff)
downloadpecan-3c866f35f987d958f163c0b761fab4c931223f1c.tar.gz
Add change history to the docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/changes.rst38
-rw-r--r--docs/source/index.rst5
2 files changed, 43 insertions, 0 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst
new file mode 100644
index 0000000..3d6a0c3
--- /dev/null
+++ b/docs/source/changes.rst
@@ -0,0 +1,38 @@
+Change History
+==============
+
+0.2.1
+-----
+
+* Include a license, readme, and ``requirements.txt`` in distributions.
+* Improve inspection with ``dir()`` for ``pecan.request`` and ``pecan.response``
+* Fix a pep8 spacing violation.
+* Fix a bug which prevented pecan applications from being mounted at WSGI
+ virtual paths.
+
+0.2.0
+-----
+* Resolve a few pep8 issues.
+* Update base project scaffolding tests to be more repeatable.
+* Add an application-level configuration option to disable content-type guessing by URL
+* Fix the wrong test dependency on Jinja, it's Jinja2.
+* Fix a routing-related bug in ``RestController``. Fixes #156
+* Add an explicit ``CONTRIBUTING.rst`` document.
+* Improve visibility of deployment-related docs.
+* Add support for a ``gunicorn_pecan`` console script.
+* Remove and annotate a few unused (and py26 alternative) imports.
+* Bug fix: don't strip a dotted extension from the path unless it has a matching mimetype.
+* Add a test to the scaffold project buildout that ensures pep8 passes.
+* Fix misleading output for ``$ pecan --version``.
+
+0.2.0b
+------
+
+* Fix a bug in ``SecureController``. Resolves #131.
+* Extract debug middleware static file dependencies into physical files.
+* Improve a test that can fail due to a race condition.
+* Improve documentation about configation format and ``app.py``.
+* Add support for content type detection via HTTP Accept headers.
+* Correct source installation instructions in ``README``.
+* Fix an incorrect code example in the Hooks documentation.
+* docs: Fix minor typo in ``*args`` Routing example.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index e964234..239370e 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -65,6 +65,11 @@ comments. In addition, we have generated API documentation from the
docstrings here:
.. toctree::
+ :maxdepth: 1
+
+ changes.rst
+
+.. toctree::
:maxdepth: 2
pecan_core.rst