Author: laukpe
Date: Thu Sep 18 05:33:49 2008
New Revision: 759
Modified:
wiki/ReleaseNotes20.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/ReleaseNotes20.wiki
==============================================================================
--- wiki/ReleaseNotes20.wiki (original)
+++ wiki/ReleaseNotes20.wiki Thu Sep 18 05:33:49 2008
@@ -71,6 +71,8 @@
* To defer processing arguments to built-in 'Run Keyword', 'Run Keyword
If', and other similar keywords (issue 67), we needed to special case how
these keywords are handled internally. This change affects also external
test libraries that use any of the run keyword variants internally. If you
are responsible on such a library, see the documentation of
`register_run_keyword` method in the
[http://robotframework.googlecode.com/svn/trunk/src/robot/libraries/BuiltIn.py
BuiltIn test library module] for more information.
+ * Changed 'Split Extension' keyword from OperatingSystemLibrary so that
leading and trailing dots in the file name are never considered to be
extension separators (issue 113). This was changed after the release
candidate.
+
=== List of fixes and enhancements ===