Skip to content

Commit

Permalink
Update 0.5 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jan 28, 2024
1 parent 44b289d commit 0da1330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/the-marten-project/release-notes/0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Crystal 1.9, 1.10, and 1.11.
#### Models and databases

* A new [`#pks`](../../models-and-databases/reference/query-set.md#pks) method was introduced for query sets to make it easy to retrieve the primary key values of the model records targeted by a given current query set.
* A [`#count`](pathname:///api/dev/Marten/DB/Model/Querying/ClassMethods.html#count(field%3AString|Symbol|Nil%3Dnil)-instance-method) method is now available on model classes and provides the same functionality as the [`#count`](../../models-and-databases/reference/query-set.md#count) query set method.

0 comments on commit 0da1330

Please sign in to comment.