# Changelog Unreleased * nothing yet v0.3.0 * allow to specify an association scope with `belongs_to_lazy`, `has_one_lazy` and `has_many_lazy` v0.2.0 * allow to use `has_many_lazy` with `through: ...` option v0.1.0 * initial release * doens't support `has_and_belongs_to_lazy` * doesn't support `has_many_lazy ... through: ...` * doesn't support association scope * doesn't support polymorphic associations