diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 8256ce5..96ea5e5 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -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]