summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-04-03 18:03:58 +0200
committerAndrey Andreev <narf@bofh.bg>2012-04-03 18:03:58 +0200
commit426faa94502218f110e5391e32aba795fa75b1e8 (patch)
treed56e8cce9af653b20fec9e1a399c23d28f4fbaa7 /user_guide_src
parent0d1c0a7ef45e7911255e0ad6c0fa7aec0bf3d134 (diff)
Fix an issue in CI_Trackback::validate_url() and do some cleanup and optimizations in the library
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 9f0d55ad5..fe0670a82 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -188,6 +188,7 @@ Bug fixes for 3.0
- Fixed a bug (#88) - An unexisting property was used for configuration of the Memcache cache driver.
- Fixed a bug (#14) - create_database() method in the :doc:`Database Forge Library <database/forge>` didn't utilize the configured database character set.
- Fixed a bug (#1238) - delete_all() in the `Database Caching Library <database/caching>` used to delete .htaccess and index.html files, which is a potential security risk.
+- Fixed a bug in :doc:`Trackback Library <libraries/trackback>` method validate_url() where it didn't actually do anything, due to input not being passed by reference.
Version 2.1.1
=============