diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-08-09 05:26:06 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-08-09 05:26:06 +0000 |
| commit | 6b9be19e4d3f2b60296e44d3f304a75298a2debd (patch) | |
| tree | e5ac6c4323ebb0e74a923a421022144d89c9a7e6 /CHANGES.txt | |
| parent | d8799a65cac382ee92c1bf33c38105a47ce12aef (diff) | |
| download | pyramid-6b9be19e4d3f2b60296e44d3f304a75298a2debd.tar.gz pyramid-6b9be19e4d3f2b60296e44d3f304a75298a2debd.tar.bz2 pyramid-6b9be19e4d3f2b60296e44d3f304a75298a2debd.zip | |
- Change urldispatch internals: Route object is now constructed using
a path, a name, and a factory instead of a name, a matcher, a
generator, and a factory.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 173204a9c..ee231391f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Next release ============ +- Change urldispatch internals: Route object is now constructed using + a path, a name, and a factory instead of a name, a matcher, a + generator, and a factory. + - Allow ``repoze.bfg.traversal.find_interface`` API to use a class object as the argument to compare against the ``model`` passed in. This means you can now do ``find_interface(model, SomeClass)`` and |
