adding #2399 to CHANGELOG.md

This commit is contained in:
Gregory Ray 2021-01-02 15:55:36 -08:00
parent 023085eaa6
commit c954d39f35

View File

@ -8,6 +8,8 @@ Features:
Fixes:
- [#2399](https://github.com/rails-api/active_model_serializers/pull/2399) Handles edge case where requested current_page > total_pages (@f3z0)
Misc:
### [v0.10.12 (2020-12-10)](https://github.com/rails-api/active_model_serializers/compare/v0.10.11...v0.10.12)
@ -15,7 +17,6 @@ Misc:
Fixes:
- [#2398](https://github.com/rails-api/active_model_serializers/pull/2398) Update rails dependency to < 6.2 (@ritikesh)
- [#2399](https://github.com/rails-api/active_model_serializers/pull/2399) Handles edge case where requested current_page > total_pages (@f3z0)
### [v0.10.11 (2020-12-04)](https://github.com/rails-api/active_model_serializers/compare/v0.10.10...v0.10.11)