Revision: b61170bd0363
Branch: default
Author: [email protected]
Date: Wed Oct 24 07:25:47 2012
Log: Edited wiki page ReleaseNotes27 through web user interface.
http://code.google.com/p/robotframework/source/detail?r=b61170bd0363&repo=wiki
Modified:
/ReleaseNotes27.wiki
=======================================
--- /ReleaseNotes27.wiki Wed Oct 24 07:19:56 2012
+++ /ReleaseNotes27.wiki Wed Oct 24 07:25:47 2012
@@ -421,7 +421,7 @@
=== Enhancements to XML library ===
-[XMLLibrary XML library] added in RF 2.7.4 has been greatly enhanced in
2.7.5. It
+[XMLLibrary XML library] added in RF 2.7.4 has been greatly enhanced in RF
2.7.5. It
can now be used for modifying XML and saving it back to disk (issue 1234),
it has better support for XML namepaces (issue 1241), and some new
keywords were added for verifying contents (issue 1236, issue 1260).
@@ -438,19 +438,18 @@
latter enhancements look in practice can be seen in the documentation
of [XMLLibrary XML library].
-=== Enhanced IronPython support ===
+=== Enhanced !IronPython support ===
-Nowadays ScreenshotLibrary works with `IronPython` (issue 1225) and
+Nowadays ScreenshotLibrary works with !IronPython (issue 1225) and
[XMLLibrary XML library] can be used with non-ASCII characters (issue
1228). Several
smaller issues were also fixed in the code and in acceptance tests. As
-a result all Robot Framework's acceptance tests now pass also with
-`IronPython`.
+a result all Robot Framework's acceptance tests now
+[http://robot.radiaatto.ri.fi/job/RobotFramework-Windows-IronPython/ pass
also with IronPython].
-DialogsLibrary is now the only library that does not yet work with
-`IronPython` (issue 1235). A bigger limitation is that using C# for
+DialogsLibrary is now the only standard library that does not work with
+!IronPython (issue 1235). A bigger limitation is that using C# for
creating test libraries is not possible (issue 721). Let us know by
-commenting these issue or on [MailingLists mailing lists] if you are
interested to help
-with these issues.
+commenting these issue or on [MailingLists mailing lists] if you are
interested to help getting these issues done.
== Potentially backwards-incompatible changes ==
@@ -458,13 +457,11 @@
backwards-compatibility problems:
* Non-breaking spaces in test data are considered normal spaces (issue
1264).
- * `˜` is HTML test data is nowadays correctly parsed to `˜`
- and not to `~` (issue 1265).
+ * `˜` is HTML test data is nowadays correctly parsed to `˜` and
not to `~` (issue 1265).
== Acknowledgements ==
-Tatu Aalto provided a patch for `Get Time` keyword enhancement (issue
-1233) he had proposed. Eemeli Kantola reported and helped fixing an
+Tatu Aalto provided a patch for `Get Time` keyword enhancement (issue
1233) he had proposed. Eemeli Kantola reported and helped fixing an
issue with non-breaking spaces (issue 1264). Thanks also for everyone
reporting issues and otherwise making RF 2.7.5 a great release!
== Full list of enhancements and fixes ==