@@ -8,7 +8,7 @@ Release Date: Not released
88Enhancements:
99
1010- query builder testability simplified with new property, but dropped
11- method parameters (breaking change)
11+ method parameters (breaking change)
1212- database, migrations and sessions beefed up
1313- numerous smaller bugs corrected
1414
@@ -37,10 +37,10 @@ The list of changed files follows, with PR numbers shown.
3737 - Database/
3838 - MySQLi/Connection #2201, 2229
3939 - Postgre/
40- - BaseBuilder #2269
40+ - BaseBuilder #2269
4141 - Connection #2201
4242 - SQLite3/Connection #2201, 2228, 2230
43- - BaseBuilder #2257, 2232, 2269
43+ - BaseBuilder #2257, 2232, 2269, 2270
4444 - BaseConnection #2208, 2213, 2231
4545 - Config #2224
4646 - Forge #2205
@@ -164,9 +164,10 @@ The list of changed files follows, with PR numbers shown.
164164
165165
166166PRs merged:
167- ----------
167+ --------------------------
168168
169169- #2271 fix ResourcePresenter::setModel()
170+ - #2270 groupStart() refactorization
170171- #2269 testMode() method for BaseBuilder
171172- #2268 Validation session use only if exists
172173- #2267 Tests setUp and tearDown: void
0 commit comments