summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaster Yoda <jim_parry@bcit.ca>2015-09-20 18:14:50 +0200
committerMaster Yoda <jim_parry@bcit.ca>2015-09-20 18:14:50 +0200
commitfbc08a0820bc45fd9e1a8ccefcc711a0126c6509 (patch)
tree3758d8a772b0b42954d1e94da1e05c3aa5f0096f
parent7fe749991bc3782f3c836bd2dce9283e55c67130 (diff)
The Lang unit testing claimed to be testing for non-alpha idioms, but wasn't.
Setup a new test method to isolate this. Signed-off-by:Master Yoda <jim_parry@bcit.ca>
-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 64120df8e..aaa2f7c73 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -22,6 +22,7 @@ Bug fixes for 3.0.2
- Fixed a bug (#2284) - :doc:`Database <database/index>` method ``protect_identifiers()`` breaks when :doc:`Query Builder <database/query_builder>` isn't enabled.
- Fixed a bug (#4052) - :doc:`Routing <general/routing>` with anonymous functions didn't work for routes that don't use regular expressions.
+- Fixed a bug - the Lang unit testing claimed to be testing for non-alpha idioms, but wasn't.
Version 3.0.1
=============