Skip to content

Commit

Permalink
Fix links in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
richardboehme committed Aug 28, 2024
1 parent d32fbc6 commit 07838cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe

### Changed

* Raise an error if `nil` is passed for the `:field` option. (#16)
* Calling `rank!` with an invalid column name, by either specifying the `:field` or `:group_by` option, will not issue a warning anymore. This also means the gem does not require an active database connection when loading classes. (#16)
* Raise an error if `nil` is passed for the `:field` option. ([#16](https://github.com/richardboehme/lexorank/pull/16))
* Calling `rank!` with an invalid column name, by either specifying the `:field` or `:group_by` option, will not issue a warning anymore. This also means the gem does not require an active database connection when loading classes. ([#16](https://github.com/richardboehme/lexorank/pull/16))

## [0.2.0] - 2024-08-16

Expand Down

0 comments on commit 07838cb

Please sign in to comment.