Skip to content

Commit 04a9091

Browse files
committed
Synch changelog
1 parent ae275e7 commit 04a9091

1 file changed

Lines changed: 35 additions & 9 deletions

File tree

  • user_guide_src/source/changelogs

user_guide_src/source/changelogs/next.rst

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Release Date: Not released
88
- updated PHP dependency to 7.2
99
- new feature branches have been created for the email and queue modules, so they don't impact the release of 4.0.0
1010
- dropped several language messages that were unused (eg Migrations.missingTable) and added some new (eg Migrations.invalidType)
11-
- lots of bug fixes
11+
- lots of bug fixes, especially for the database support
12+
- revisited the installation and tutorial sections of the user guide
1213
- code coverage is up to 78%
1314

1415
The list of changed files follows, with PR numbers shown.
@@ -31,16 +32,22 @@ The list of changed files follows, with PR numbers shown.
3132
- Autoloader/
3233
- Autoloader #1665, #1672
3334
- FileLocator #1665
35+
- Commands/
36+
- Database/MigrationRollback #1683
3437
- Config/
3538
- BaseConfig #1635
3639
- BaseService #1635, #1665
3740
- Paths #1626
3841
- Services #614216, #3a4ade, #1643
3942
- View #1616
4043
- Database/
41-
- BaseBuilder #1640, #1663
44+
- BaseBuilder #1640, #1663, #1677
45+
- BaseConnection #1677
4246
- Config #6b8b8b, #1660
4347
- MigrationRunner #81d371, #1660
48+
- Query #1677
49+
- Database/Postgre/
50+
- Builder #d2b377
4451
- Debug/Toolbar/Collectors/
4552
- Logs #1654
4653
- Views #3a4ade
@@ -59,14 +66,18 @@ The list of changed files follows, with PR numbers shown.
5966
- xml_helper #1641
6067
- HTTP/
6168
- ContentSecurityPolicy #1641, #1642
69+
- URI #2e698a
6270
- Language/
6371
- /en/Files #1636
6472
- Language #1641
6573
- Log/
6674
- Handlers/FileHandler #1641
6775
- Router/
6876
- RouteCollection #1665
69-
- Router #9e435c, #7993a7
77+
- Router #9e435c, #7993a7, #1678
78+
- Session/Handlers/
79+
- BaseHandler #1684
80+
- FileHandler #1684
7081
- bootstrap #81d371, #1665
7182
- Common #1660
7283
- Entity #1623, #1622
@@ -89,16 +100,19 @@ The list of changed files follows, with PR numbers shown.
89100
- ConfigTest #1643
90101
- ServicesTest #1635, #1643
91102
- Database/Builder/
103+
- DeleteTest #1677
92104
- GroupTest #1640
93-
- InsertTest #1640
94-
- LikeTest #1640
105+
- InsertTest #1640, #1677
106+
- LikeTest #1640, #1677
95107
- SelectTest #1663
96-
- UpdateTest #1640
97-
- WhereTest #1640
108+
- UpdateTest #1640, #1677
109+
- WhereTest #1640, #1677
98110
- Database/Live/
99-
- ConnectTest #1660
111+
- AliasTest #1675
112+
- ConnectTest #1660, #1675
100113
- ForgeTest #6b8b8b
101-
- Migrations/MigrationRunnerTest #1660
114+
- InsertTest #1677
115+
- Migrations/MigrationRunnerTest #1660, #1675
102116
- ModelTest #1617
103117
- Events/
104118
- EventTest #1635
@@ -132,6 +146,9 @@ The list of changed files follows, with PR numbers shown.
132146
- modules #1613, #1665
133147
- helpers/
134148
- form_helper #1633
149+
- incoming/
150+
- index #4a1886
151+
- methodspoofing #4a1886
135152
- installation/
136153
- downloads.rst #1673
137154
- installation #1673
@@ -147,6 +164,15 @@ The list of changed files follows, with PR numbers shown.
147164
PRs merged:
148165
-----------
149166

167+
- #1684 Updating session id cleanup for filehandler
168+
- #1683 Fix migrate:refresh bug
169+
- #d2b377 Fix Postgres replace command to work new way of storing binds
170+
- #4a1886 Document method spoofing
171+
- #2e698a urldecode URI keys as well as values.
172+
- #1678 fix route not replacing forward slashes
173+
- #1677 Implement Don't Escape feature for db engine
174+
- #1675 Add missing test group directives
175+
- #1674 Update changelog
150176
- #1673 Updated download & installation docs
151177
- #1672 Update Autoloader.php
152178
- #1670 Update PHP dependency to 7.2

0 commit comments

Comments
 (0)