fix changelog

This commit is contained in:
David Glick 2013-01-04 15:49:23 -08:00
parent 7df9330db4
commit 681510ab6e
1 changed files with 8 additions and 19 deletions

View File

@ -4,7 +4,14 @@ Changelog
2.1.1 (unreleased)
------------------
- Nothing changed yet.
- Fixed schema caching. Previously, a non-persistent counter would be
used as part of the cache key, and changes made to this counter in
one process would obviously not propagate to other processes.
Instead, the cache key now includes the schema and subtypes which
are both retrieved from a FTI-specific volatile cache that uses the
modification time as its cache key.
[malthe]
2.1 (2013-01-01)
@ -19,24 +26,6 @@ Changelog
expected effect.
[gaudenzius]
- Fixed schema caching. Previously, a non-persistent counter would be
used as part of the cache key, and changes made to this counter in
one process would obviously not propagate to other processes.
Instead, the cache key now includes the schema and subtypes which
are both retrieved from a FTI-specific volatile cache that uses the
modification time as its cache key.
[malthe]
- Fixed schema caching. Previously, a non-persistent counter would be
used as part of the cache key, and changes made to this counter in
one process would obviously not propagate to other processes.
Instead, the cache key now includes the schema and subtypes which
are both retrieved from a FTI-specific volatile cache that uses the
modification time as its cache key.
[malthe]
- The default attribute accessor now also looks through subtypes
(behaviors) to find a field default.
[malthe]