summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorKyle Johnson <blyxx86@gmail.com>2012-10-04 19:19:57 +0200
committerKyle Johnson <blyxx86@gmail.com>2012-10-04 19:19:57 +0200
commitddb32da0e86510d7e68c5432a1657732a01b5d34 (patch)
treee86db809bb1b5106d30ce42019e78cf1a5ec3c9a /user_guide_src/source
parentc4a3c3cb01dcc5fbcd079313a8576c701f3f54ff (diff)
Updated changelog with bugfix (#395)
Signed-off-by: Kyle Johnson <blyxx86@gmail.com>
Diffstat (limited to 'user_guide_src/source')
-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 73d9fb0ec..98ab4aec1 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -343,6 +343,7 @@ Bug fixes for 3.0
- Fixed a bug in SQLSRV's ``affected_rows()`` method where an erroneous function name was used.
- Fixed a bug (#1000) - Change syntax of ``$view_file`` to ``$_ci_view_file`` to prevent being overwritten by application.
- Fixed a bug (#1757) - :doc:`Directory Helper <helpers/directory_helper>` function ``directory_map()`` was skipping files and directories named *0*.
+- Fixed a bug (#395) - :doc:`Unit Testing Library <libraries/Unit_test>` method ``result()`` didn't properly check array result columns against _test_items_visible when called from ``report()`` method.
Version 2.1.2
=============