Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
changelog: Fixed _p_changed setting
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Mar 19, 2013
1 parent a789170 commit bd432e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ CHANGES
0.8.1 (unreleased)
------------------

- Nothing changed yet.
- Fixed ``_p_changed`` setting on object loading which was caused by assigning
directly to ``__name__``. That caused all objects read from containers to be
marked changed on load. That wrecked cache performance too.


0.8.0 (2013-02-09)
------------------

- Feature: Added ``find_objects()`` and ``find_one_object()``to the collection
- Feature: Added ``find_objects()`` and ``find_one_object()`` to the collection
wrapper, so that whenever you get a collection from the data manager, you
can load objects directly through the find API.

Expand Down

0 comments on commit bd432e8

Please sign in to comment.