Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 390 Bytes

History.rdoc

File metadata and controls

21 lines (12 loc) · 390 Bytes

0.9.11 / not released

* No changes this version

0.9.10 / 2009-01-19

* No changes this version

0.9.9 / 2009-01-04

  • 2 bug fixes:

    • Removed count optimization for Model#size

    • Removed count optimization for Collection#size

0.9.8 / 2008-12-07

  • 2 minor enhancements:

    • Collection#size now uses #count if unloaded

    • Added Model#size, which defers to #count