Skip to content

Commit f235c1a

Browse files
committed
Update Changelog
1 parent dfe9cf3 commit f235c1a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Changelog.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ All notable changes to this project will be documented in this file.
66

77
### Bug Fixes
88

9-
- Fix AR adapter when table doesn't exist (https://github.com/flippercloud/flipper/pull/786).
9+
- Fix ActiveRecord adapter when table doesn't exist (https://github.com/flippercloud/flipper/pull/786).
10+
- Fix ActiveRecord adapter when using MySQL with expressions (https://github.com/flippercloud/flipper/pull/790)
1011
- Fix an error where the Rails integration in `Flipper::Engine` was not properly delegating a class method to the instance (https://github.com/flippercloud/flipper/pull/788)
11-
```
12-
undefined local variable or method `default_strict_value' for Flipper::Engine:Class
13-
```
1412

1513
### Additions/Changes
1614

test_rails/generators/flipper/update_generator_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "helper"
22
require "generators/flipper/update_generator"
33

4-
class BasicsGeneratorTest < Rails::Generators::TestCase
4+
class UpdateGeneratorTest < Rails::Generators::TestCase
55
tests Flipper::Generators::UpdateGenerator
66
ROOT = File.expand_path("../../../../tmp/generators", __FILE__)
77
destination ROOT

0 commit comments

Comments
 (0)