diff --git a/angel_orm/CHANGELOG.md b/angel_orm/CHANGELOG.md index 4dffcc95..ee958cf5 100644 --- a/angel_orm/CHANGELOG.md +++ b/angel_orm/CHANGELOG.md @@ -9,6 +9,9 @@ ORM queries to reference their joined subqueries. * Always put `ORDER BY` before `LIMIT`. * `and`, `or`, `not` in `QueryWhere` include parentheses. +# 2.0.2 +* Place `LIMIT` and `OFFSET` after `ORDER BY`. + # 2.0.1 * Apply `package:pedantic` fixes. * `@PrimaryKey()` no longer defaults to `serial`, allowing its type to be