diff --git a/CHANGELOG.md b/CHANGELOG.md index 787fafa..c7b4e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +- Add SQLite support [#17](https://github.com/evilmartians/activerecord-slotted_counters/pull/17) ([@prog-supdex][]) + ## 0.1.4 (2023-04-19) - Fix "can't modify frozen String" for the pg adapter (ruby 2.7) [#15](https://github.com/evilmartians/activerecord-slotted_counters/pull/15) ([@LukinEgor][]) @@ -25,3 +27,4 @@ [@palkan]: https://github.com/palkan [@LukinEgor]: https://github.com/LukinEgor [@danielwestendorf]: https://github.com/danielwestendorf +[@prog-supdex]: https://github.com/prog-supdex diff --git a/README.md b/README.md index 10f26d1..7586ee5 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Using `counter_cache: true` on `belongs_to` associations also works as expected. ## Limitations / TODO -- Gem supports only PostgreSQL for Rails 6 +- Gem supports only PostgreSQL and SQLite3 for Rails 6 ## Contributing