File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,23 @@ straightforward as possible.
18
18
### Changed
19
19
20
20
### Fixed
21
-
21
+
22
+ ## [ 0.3.3] - 2025-08-21
23
+
24
+ ### Added
25
+ - Dummy Rails app with Minitest suite for internal testing
26
+ - Rake test task and default ` rake test `
27
+
28
+ ### Changed
29
+ - Railtie: update middleware insertion for Rails 8 (fallback to ` use ` when ` ActiveRecord::Migration::CheckPending ` is absent)
30
+ - Utils.detect_changes: ignore model primary key in diffs; normalize type matching; improve rename detection
31
+
32
+ ### Fixed
33
+ - False-positive removal of primary key (e.g., ` :id ` ) from detected changes
34
+ - Rename detection failing when comparing type hashes vs. symbols
35
+ - Middleware insertion error on Rails 8 trying to insert after removed ` CheckPending `
36
+ - Ignore ` *.log ` files across the repo
37
+
22
38
## [ 1.2.4] - 2017-03-15
23
39
24
40
Here we would have the update steps for 1.2.4 for people to follow.
You can’t perform that action at this time.
0 commit comments