[Checkins] SVN: martian/trunk/CHANGES.txt update changelog

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Nov 1 15:18:46 EDT 2010


Log message for revision 118082:
  update changelog

Changed:
  U   martian/trunk/CHANGES.txt

-=-
Modified: martian/trunk/CHANGES.txt
===================================================================
--- martian/trunk/CHANGES.txt	2010-11-01 18:31:48 UTC (rev 118081)
+++ martian/trunk/CHANGES.txt	2010-11-01 19:18:46 UTC (rev 118082)
@@ -9,6 +9,7 @@
 
 * Ignore all __main__ modules.
 
+* List zope.testing as a test dependency.
 
 0.12 (2009-06-29)
 =================
@@ -35,13 +36,13 @@
   As before, ``Foo`` will have the value ``A`` configured for it. ``Bar``,
   since it inherits from ``Foo``, will inherit this value.
 
-* ``CLASS_OR_MODULE`` and ``CLASS`` scope directives will be aware of 
+* ``CLASS_OR_MODULE`` and ``CLASS`` scope directives will be aware of
   inheritance of computed default values. Consider the following case::
 
     module a:
       class Foo(object):
          pass
-  
+
     module b:
       import a
       class Bar(a.Foo):
@@ -212,7 +213,7 @@
   allows the grokking of views in test code using Grok's
   ``grok.testing.grok_component`` without a failure when it sets up the
   ``static`` attribute.
-  
+
 * no longer use the convention that classes ending in -Base will be considered
   base classes. You must now explicitly use the grok.baseclass() directive.
 



More information about the checkins mailing list