[backend.memory][s]: rename Store.data attribute to records to be more consistent (and more meaningful).

This commit is contained in:
Rufus Pollock
2013-01-03 21:50:47 +00:00
parent 4eb68fbf0f
commit e8ad368347
3 changed files with 33 additions and 30 deletions

View File

@@ -56,6 +56,7 @@ Possible breaking changes
* Added marker clustering in map view to handle a large number of markers
* Dataset.restore method removed (not used internally except from Multiview.restore)
* Views no longer call render in initialize but must be called client code
* Backend.Memory.Store attribute for holding 'records' renamed to `records` from `data`
### v0.5 - July 5th 2012 (first public release)