summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-01-11 12:22:42 +0100
committerAndrey Andreev <narf@devilix.net>2016-01-11 12:22:42 +0100
commitc5cbe8cafc55dae693b8fa973d8f219272d463bd (patch)
treebcd47bf87a2094acd765d40b9313cca715c639e5
parent8f1047ff6bc961159a7103e7be02e6cc459d925e (diff)
[ci skip] Add changelog entry for PR #4269
-rw-r--r--user_guide_src/source/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 7a0d0f9fa..bf5427ef4 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -17,6 +17,10 @@ Release Date: Not Released
- Changed method ``db_connect()`` to always set the connection character set (if supported by the driver) and to fail if it can't.
- Removed method ``db_set_charset()`` and the ability to change a connection character set at runtime.
+- Helpers
+
+ - Updated :doc:`HTML Helper <helpers/html_helper>` function :php:func:`meta()` with support for "charset" and "property" properties.
+
Version 3.0.4
=============