Skip to content

Commit b389e4d

Browse files
committed
docs(changelog): 0.3.3 release notes
1 parent 4237394 commit b389e4d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,23 @@ straightforward as possible.
1818
### Changed
1919

2020
### 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+
2238
## [1.2.4] - 2017-03-15
2339

2440
Here we would have the update steps for 1.2.4 for people to follow.

0 commit comments

Comments
 (0)