3.8.1
版本发布时间: 2024-08-28 21:18:25
doctrine/migrations最新发布版本:3.8.1(2024-08-28 21:18:25)
Release Notes for 3.8.1
3.8.x bugfix release (patch)
3.8.1
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
Static Analysis
- 1454: Be consistent with how we deal with preg_match's return type thanks to @greg0ire
- 1453: Assert there is no failure thanks to @greg0ire
Tests
- 1450: Remove test logger implementations thanks to @derrabus
Bug
-
1444: GH-1443: Fix default option when
--all-or-nothing
option is used as intended thanks to @agustingomes