- Fix 23: "TypeError: <lambda>() takes no arguments (1 given)" on ./bin/instance start [jensens]
4.2.20
-------------------
Fixes:
- Revert changes made on previous release. The way zopectl and this recipe handle commands is totally different. [gforcada]
4.2.19
-------------------
New:
- Handle commands registered for zopectl as well. Up to now they were handled but not displayed at all (i.e. in help and descriptions). https://github.com/plone/plone.recipe.zope2instance/issues/18 [gforcada]
4.2.18
-------------------
- Allow to disable logs. Set ``z2-log`` to the value ``disable`` to disable the Z2 access log. Set ``event-log`` to the value ``disable`` to disable the event log. [frapell]
4.2.17
-------------------
- Added `zope-conf-imports` option to easily import ZConfig components within zope.conf using %import syntax. [avoinea]