Skip to content

Commit cee174c

Browse files
committed
docs: add changelog
1 parent a32fdd2 commit cee174c

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

user_guide_src/source/changelogs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ See all the changes.
1212
.. toctree::
1313
:titlesonly:
1414

15+
v4.3.2
1516
v4.3.1
1617
v4.3.0
1718
v4.2.12
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Version 4.3.2
2+
#############
3+
4+
Release Date: Unreleased
5+
6+
**4.3.2 release of CodeIgniter4**
7+
8+
.. contents::
9+
:local:
10+
:depth: 3
11+
12+
BREAKING
13+
********
14+
15+
Message Changes
16+
***************
17+
18+
Changes
19+
*******
20+
21+
- The parameter ``$relative`` in :php:func:`uri_string()` was removed. Due to a bug,
22+
the function always returned a path relative to baseURL. No behavior changes.
23+
24+
Deprecations
25+
************
26+
27+
Bugs Fixed
28+
**********
29+
30+
See the repo's
31+
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
32+
for a complete list of bugs fixed.

0 commit comments

Comments
 (0)