Skip to content

Commit a257f92

Browse files
committed
Proposed changelog for alpha.2
1 parent d8ec4a5 commit a257f92

1 file changed

Lines changed: 127 additions & 0 deletions

File tree

user_guide_src/source/changelog.rst

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,133 @@
22
Change Log
33
##########
44

5+
Version |next|
6+
=================================
7+
8+
Release Date: Not Released
9+
10+
**Second alpha release of CodeIgniter4**
11+
12+
The list of changed files follows, with PR numbers shown.
13+
If you open this page on the repo github site, they will link
14+
to the PRs in question.
15+
16+
application /
17+
- Config/Routes #1281
18+
- Filters/Honeypot #1314
19+
- Views/errors/cli/error_404 #1272
20+
21+
public /
22+
- .htaccess #1281
23+
- index #1295, #1313
24+
25+
system /
26+
- Commands/
27+
- Server/Serve #1313
28+
- Config/
29+
- AutoloadConfig #1271
30+
- Database/
31+
- BaseBuilder #1217
32+
- BaseUtils #1209, #1329
33+
- MySQLi/Utils #1209
34+
- Exceptions/
35+
- CastException #1283
36+
- DownloadException #1239
37+
- FrameworkException #1313
38+
- Filters/
39+
- Filters #1239
40+
- Helpers/
41+
- cookie_helper #1286
42+
- form_helper #1244, #1327
43+
- url_helper #1321
44+
- xml_helper #1209
45+
- Honeypot/
46+
- Honeypot #1314
47+
- HTTP/
48+
- CliRequest #1303
49+
- CURLRequest #1303
50+
- DownloadResponse #1239
51+
- Exceptions/HTTPException #1303
52+
- IncomingRequest #1304, #1313
53+
- Negotiate #1306
54+
- RedirectResponse #1300, #1306, #1329
55+
- Response #1239, #1286
56+
- ResponseInterface #1239
57+
- URI #1300
58+
- Language/en/
59+
- Cast #1283
60+
- HTTP #1239
61+
- Router/
62+
- RouteCollection #1285
63+
- Test/
64+
- FeatureTestCase #1282
65+
- CodeIgniter #1239
66+
- Common #1291
67+
- Entity #1283, #1311
68+
- Model #1311
69+
70+
tests /
71+
- API/
72+
- ResponseTraitTest #1302
73+
- Database/
74+
- BaseBuilderTest #1217
75+
- Live/ModelTest #1311
76+
- Debug/
77+
- TimerTest #1273
78+
- Helpers/
79+
- CookieHelperTest #1286
80+
- Honeypot/
81+
- HoneypotTest #1314
82+
- HTTP/
83+
- Files/
84+
- FileMovingTest #1302
85+
- UploadedFileTest #1302
86+
- CLIRequestTest #1303
87+
- CURLRequestTest #1303
88+
- DownloadResponseTest #1239
89+
- NegotiateTest #1306
90+
- RedirectResponseTest #1300, #1306, #1329
91+
- ResponseTest #1239
92+
- I18n/
93+
- TimeTest #1273, #1316
94+
- Router/
95+
- RouteTest #1285
96+
- View/
97+
- ParserTest #1311
98+
- EntityTest #1319
99+
100+
101+
user_guide_src /source/
102+
- cli/
103+
- cli_request #1303
104+
- database/
105+
- query_builder #1217
106+
- utilities #1209
107+
- extending/
108+
- contributing #1280
109+
- general/
110+
- common_functions #1300, #1329
111+
- helpers #1291
112+
- helpers/
113+
- xml_helper #1321
114+
- incoming/
115+
- controllers #1323
116+
- intro/
117+
- requirements #1280, #1303
118+
- installation/ #1280, #1303
119+
- troubleshooting #1265
120+
- libraries/
121+
- curlrequest #1303
122+
- honeypot #1314
123+
- uploaded_files #1302
124+
- models/
125+
- entities #1283
126+
- tutorial... #1265, #1281, #1294
127+
128+
/
129+
- spark #1305
130+
131+
5132
Version 4.0.0-alpha.1
6133
=================================
7134

0 commit comments

Comments
 (0)