diff --git a/CHANGES.txt b/CHANGES.txt index 284b438..e41a0aa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,8 @@ Changes In next release... +- Added support for automatic configuration. [malthe] + - Fixed layer specialization ordering. [malthe] 0.5.3 (2009-10-31) diff --git a/setup.py b/setup.py index fbc3ed9..a21e2d3 100644 --- a/setup.py +++ b/setup.py @@ -34,5 +34,7 @@ ], entry_points=""" # -*- Entry points: -*- + [z3c.autoinclude.plugin] + target = plone """, )