- Added ``storage-wrapper`` option to wrap storage configuration. [davisagli]
4.2.22
-------------------
Bug fixes:
- Add coding headers on python files. [gforcada]
4.2.21
-------------------
Fixes:
- 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]