Skip to content

Commit 53495a3

Browse files
authored
Merge pull request #7196 from kenjis/fix-docs-changelogs/v4.3.2.rst
docs: add Bugs Fixed items in changelogs/v4.3.2
2 parents 9381e48 + 0cff4f7 commit 53495a3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

user_guide_src/source/changelogs/v4.3.2.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ Deprecations
2727
Bugs Fixed
2828
**********
2929

30-
* Fixed : ``Session`` Redis connect to protocol TLS
30+
- **QueryBuilder:** ``where()`` generates incorrect SQL when using ``RawSql``
31+
- **QueryBuilder:** ``RawSql`` passed to ``set()`` disappears without error
32+
- **Session:** Can't connect to Redis with ``RedisHandler`` over TLS
33+
- **Autoloader:** May not add Composer package's namespaces
34+
- **Parser:** ``!`` does not work if delimiters are changed
35+
- **UserGuide:** Added missing items in ChangeLog and Upgrading Guide v4.3.0
3136

3237
See the repo's
3338
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_

0 commit comments

Comments
 (0)