Skip to content

Commit 140b56d

Browse files
committed
Correct version in changelog
1 parent 131e594 commit 140b56d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## [2.0.10]
3+
## [2.0.9]
44

5-
* The `datagrid_filter_input` method now accepts `select_choices` and `select_options` options for the `select` tag.
5+
* Use new Rails 7.1 `locals` notation in ERB partials.
6+
* The `FormBuilder#datagrid_filter_input` method now accepts `select_choices` and `select_options` options for the `select` tag.
67
* Rename the `Datagrid#select_options` method to `#select_choices`.
78
* Added a partial for the dynamic filter allowing to customize the UI [#347](https://github.com/bogdan/datagrid/pull/347).
89

@@ -29,11 +30,6 @@
2930
) %>
3031
```
3132

32-
33-
## [2.0.9]
34-
35-
* Use new Rails 7.1 `locals` notation in ERB partials
36-
3733
## [2.0.8]
3834

3935
* Rescue StatementInvalid when guessing column type from a query

0 commit comments

Comments
 (0)