[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Added some
missing entries
Jim Fulton
jim at zope.com
Tue Dec 21 17:24:55 EST 2004
Log message for revision 28676:
Added some missing entries
Changed:
U Zope3/trunk/doc/CHANGES.txt
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt 2004-12-21 22:19:36 UTC (rev 28675)
+++ Zope3/trunk/doc/CHANGES.txt 2004-12-21 22:24:53 UTC (rev 28676)
@@ -10,11 +10,18 @@
New features
+ - Added lazy properties. (See zope/cachedescriptors/README.txt)
+
- Added new `getNextUtility()`, `queryNextUtility()`, and
`testingNextUtility()` functions to make it easier to find and test
for utilities in higher-up sites. These mimic their service-based
equivalents.
+ - Added an API for declaring interfaces adapted by classes
+
+ - Added a simplified Python API for registering global utilities
+ and adapters.
+
- Added initial indexing and cataloging support
- Added an integer-id facility for assigning integer identifiers
@@ -174,6 +181,10 @@
Restructuring
+ - Changed the test-counting mechanism for doctests. Now a
+ doctest count a test for every example that is preceeded by
+ prose. (Although a doctest will never count less than 1 test.)
+
- Removal of Services.
+ Converted Error Reporting Service to a utility. Added database
More information about the Zope3-Checkins
mailing list