Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Dec 12, 2023
1 parent dfe9cf3 commit f235c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Fix AR adapter when table doesn't exist (https://github.com/flippercloud/flipper/pull/786).
- Fix ActiveRecord adapter when table doesn't exist (https://github.com/flippercloud/flipper/pull/786).
- Fix ActiveRecord adapter when using MySQL with expressions (https://github.com/flippercloud/flipper/pull/790)
- 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)
```
undefined local variable or method `default_strict_value' for Flipper::Engine:Class
```

### Additions/Changes

Expand Down
2 changes: 1 addition & 1 deletion test_rails/generators/flipper/update_generator_test.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "helper"
require "generators/flipper/update_generator"

class BasicsGeneratorTest < Rails::Generators::TestCase
class UpdateGeneratorTest < Rails::Generators::TestCase
tests Flipper::Generators::UpdateGenerator
ROOT = File.expand_path("../../../../tmp/generators", __FILE__)
destination ROOT
Expand Down

0 comments on commit f235c1a

Please sign in to comment.