README.md in fibered_mysql2-1.0.1 vs README.md in fibered_mysql2-1.1.0
- old
+ new
@@ -1,10 +1,10 @@
[![Coverage Status](https://coveralls.io/repos/github/Invoca/fibered_mysql2/badge.svg?branch=master)](https://coveralls.io/github/Invoca/fibered_mysql2?branch=master)
# FiberedMysql2
-FiberedMysql2 adds Fiber support to `ActiveRecord::ConnectionAdapters::Mysql2Adapter` for Rails 6.
-This is a stop-gap until Rails 7, which adds `isolation_level: :fiber` to `ActiveRecord`.
+FiberedMysql2 adds Fiber support to `ActiveRecord::ConnectionAdapters::Mysql2Adapter` for Rails versions < `7.1`.
+This is a stop-gap until Rails 7.1, which adds `isolation_level: :fiber` to `ActiveRecord` connection pooling.
## Installation
Add this line to your application's Gemfile: