Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 428 Bytes

CHANGES.rst

File metadata and controls

22 lines (13 loc) · 428 Bytes

0.2

  • port from repoze.bfg to Pyramid
  • Added contentlet.provider.render_ as shortcut for rendering providers.
  • Do not depend on repoze.bfg at all.
  • For all component registrations and lookups use hookable getSiteManager API.

0.1.1

  • Fixed missed import of ContentletConfiguratorMixin.

0.1

  • Implementation of content provider pattern (zope.contentprovider).
  • Imperative API for configuration.