diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ddf52e4..7786f17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The changelog only includes changes specific to the RubyGem. The Bootstrap framework changes can be found in [the Releases section of twbs/bootstrap](https://github.com/twbs/bootstrap/releases). Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release of Bootstrap. +# 5.3.3 + +* Adds support for other Sass engines: dartsass-sprockets, dartsass-rails, and cssbundling-rails. + # 4.2.1 * Bootstrap rubygem now depends on SassC instead of Sass. diff --git a/README.md b/README.md index b9a9f799..de578f6c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Please see the appropriate guide for your environment of choice: Add `bootstrap` to your Gemfile: ```ruby -gem 'bootstrap', '~> 5.3.2' +gem 'bootstrap', '~> 5.3.3' ``` This gem requires a Sass engine, so make sure you have **one** of these two gems in your Gemfile: