Revision: 456
Author: roman_yakovenko
Date: 2006-08-23 23:53:24 -0700 (Wed, 23 Aug 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=456&view=rev
Log Message:
-----------
updating history.rest
Modified Paths:
--------------
pygccxml_dev/docs/history/history.rest
Modified: pygccxml_dev/docs/history/history.rest
===================================================================
--- pygccxml_dev/docs/history/history.rest 2006-08-24 06:40:11 UTC (rev 455)
+++ pygccxml_dev/docs/history/history.rest 2006-08-24 06:53:24 UTC (rev 456)
@@ -108,6 +108,18 @@
11. Documentation was improved.
+12. ``mdecl_wrapper_t.decls`` property was renamed to ``declarations``.
+ The reason is that the current name ( ``decls`` ) conflicts with the method
+ of the same name in the decl interface from ``declarations.scopedef_t`` class.
+
+ So for example:
+ ::
+
+ classes = ns.decls("class")
+ classes.decls("method")
+
+ This will fail because it finds the attribute decls which is not a callable.
+
-----------
Version 0.8
-----------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|