Skip to content

Commit

Permalink
change README
Browse files Browse the repository at this point in the history
  • Loading branch information
prog-supdex committed Oct 23, 2023
1 parent 1bfd302 commit 9bfeeba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][])
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9bfeeba

Please sign in to comment.