File: CHANGES.txt

package info (click to toggle)
zope.cachedescriptors 3.5.0-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 152 kB
  • ctags: 30
  • sloc: python: 166; makefile: 2; sh: 1
file content (23 lines) | stat: -rw-r--r-- 623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=======
CHANGES
=======

3.5.0 (2009-02-10)
------------------

- Remove dependency on ZODB by allowing to specify storage factory for
  ``zope.cachedescriptors.method.cachedIn`` which is now `dict` by default.
  If you need to use BTree instead, you must pass it as `factory` argument
  to the ``zope.cachedescriptors.method.cachedIn`` decorator.

- Remove zpkg-related file.

- Clean up package description and documentation a bit.

- Change package mailing list address to zope-dev at zope.org, as
  zope3-dev at zope.org is now retired.

3.4.0 (2007-08-30)
------------------

Initial release as an independent package