Mercurial > piecrust2
view CHANGELOG.rst @ 231:137bcd498ef9
serve: Fix a bug where empty route metadata is not the same as invalid route.
Some routes can capture no metadata at all, like for example when
`foo/%path:slug%` is capturing URL `foo`. The route is still valid, so it
returns an empty dictionary. It's not the same as returning `None`, which means
"no match".
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 11 Feb 2015 08:31:13 -0800 |
parents | 8f7ba2c95025 |
children | 1856e7aa6ce8 |
line wrap: on
line source
CHANGELOG ========= This is the changelog for PieCrust. The first section deals with the latest changes in the development branch (``default`` in Mercurial, ``master`` in Git). The second section deals with changes in the stable branch (``stable`` in Mercurial, ``git-stable`` in Git), but those changes are also included in the development branch (the development branch is ahead of the stable branch). Fresh changes ------------- *None... this stuff is still being prepared...* Frozen changes -------------- *None... this stuff is still being prepared...*