Skip to content

Commit a71b548

Browse files
committed
Updated CHANGES regarding cache rework.
1 parent 63dd5be commit a71b548

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ OpenConferenceWare stable releases and changes included, with latest at top:
55

66
* Next
77
- FIXED Event, added uniqueness validations to slug and title fields.
8+
- FIXED `rake clear` to expire the compiled javascripts.
9+
- FIXED cache consistency, rollbacks now cause expirations so that cache doesn't store stale data.
10+
- Improved performance of shared fragments, they're now only regenerated as needed and use fast preloaded data.
11+
- Improved performance of user favorites, they now only load the proposal ids for more efficient transfers.
812
- Improved models, added cascade deletes to avoid leaving orphaned records after parents are deleted.
913
- Improved "README", described the various custom environmental variables that affect the application's behavior.
1014
- Improved performance of event loading code by checking identifiers rather than loading entire objects.

0 commit comments

Comments
 (0)