mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Changes for Version 1.2.2
This commit is contained in:
parent
13956aada9
commit
51ded9bd5a
1 changed files with 15 additions and 0 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
||||||
|
## 1.2.2
|
||||||
|
|
||||||
|
### Enhancements:
|
||||||
|
|
||||||
|
* Rails 7 support!
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes:
|
||||||
|
|
||||||
|
* Restored `path_to_next_url` helper that was accidentally deleted in v1.2.0 #1027 [@ryym]
|
||||||
|
* Fixed invalid link tag HTML output from `rel_next_prev_link_tags` helper #1045 [@dlackty]
|
||||||
|
* Fixed Errno::ENOENT error for views generator on Ruby 3 #1050 [@ar31an]
|
||||||
|
* Suppress warnings about keyword args on Ruby 2.7 #1053 [@mishina]
|
||||||
|
|
||||||
|
|
||||||
## 1.2.1
|
## 1.2.1
|
||||||
|
|
||||||
### Security Fixes:
|
### Security Fixes:
|
||||||
|
|
Loading…
Reference in a new issue