diff options
| author | goodwillcoding <goodwillcoding@webhippo.net> | 2014-04-20 10:08:32 -0700 |
|---|---|---|
| committer | goodwillcoding <goodwillcoding@webhippo.net> | 2014-04-20 10:08:32 -0700 |
| commit | 889bdc8c89d2a2798705e1e6243baaf65264bd6e (patch) | |
| tree | bc894595a03ad0f68e1cafd64841088849d73847 | |
| parent | 8c4f2514d73ec2887ea142081238878ee5a2429d (diff) | |
| download | pyramid-889bdc8c89d2a2798705e1e6243baaf65264bd6e.tar.gz pyramid-889bdc8c89d2a2798705e1e6243baaf65264bd6e.tar.bz2 pyramid-889bdc8c89d2a2798705e1e6243baaf65264bd6e.zip | |
update change me with the scaffold changes
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3d2b248ae..b0495617b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Next release ============ +- Update scaffold generating machinery to return the version of pyramid and + pyramid docs for use in scaffolds. Updated starter, alchemy and zodb + templates to have links to correctly versioned documentation and reflect + which pyramid was used to generate the scaffold. + - Fix an issue whereby predicates would be resolved as maybe_dotted in the introspectable but not when passed for registration. This would mean that add_route_predicate for example can not take a string and turn it into the |
