diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-30 12:55:41 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-30 12:55:41 -0500 |
| commit | 57a0d7765c54031e6ac83881b536712316f22c45 (patch) | |
| tree | 2b708572847ab35aa5172d5d5255daf8f5f07485 /CHANGES.txt | |
| parent | 47e1f7336d2d954182cb439a0327d93044cfa244 (diff) | |
| download | pyramid-57a0d7765c54031e6ac83881b536712316f22c45.tar.gz pyramid-57a0d7765c54031e6ac83881b536712316f22c45.tar.bz2 pyramid-57a0d7765c54031e6ac83881b536712316f22c45.zip | |
docs; todo; coverage for Introspector
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6f30d506c..6fdb03635 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -28,6 +28,12 @@ Features - Configuration conflict reporting is reported in a more understandable way ("Line 11 in file..." vs. a repr of a tuple of similar info). +- New APIs: ``pyramid.registry.Introspectable``, + ``pyramid.config.Configurator.introspector``, + ``pyramid.config.Configurator.introspectable``, + ``pyramid.registry.Registry.introspector``. See API docs of related + modules for more info. + Bug Fixes --------- |
