Revision: 2902cfbf47e0
Branch: default
Author: [email protected]
Date: Thu Jan 10 00:08:13 2013
Log: Edited wiki page ReleaseNotes27 through web user interface.
http://code.google.com/p/robotframework/source/detail?r=2902cfbf47e0&repo=wiki
Modified:
/ReleaseNotes27.wiki
=======================================
--- /ReleaseNotes27.wiki Wed Jan 9 06:33:06 2013
+++ /ReleaseNotes27.wiki Thu Jan 10 00:08:13 2013
@@ -541,9 +541,9 @@
Some of these enhancements caused potentially backwards-incompatible
changes discussed below.
-== Potentially backwards-incompatible changes ==
+== Backwards-incompatible changes ==
-It is possible, but unlikely, that the following changes can cause
+It is possible that the following changes can cause
backwards-compatibility problems. Most of these changes affect only
[TelnetLibrary Telnet library] that was heavily enhanced in this release.
* All standard libraries use logging API instead of `print` for logging
(issue 1301). This may cause messages to appear in wrong order in log files
if you extend these libraries and use `print` for logging. In practice this
is likely to cause problems only with `Telnet`. The fix is to start using
the logging API with custom libraries extending it.