Revision: 3757
Author: pekka.klarck
Date: Thu Jun 10 05:26:28 2010
Log: i hate this wiki syntax
http://code.google.com/p/robotframework/source/detail?r=3757

Modified:
 /wiki/ReleaseNotes25Final.wiki

=======================================
--- /wiki/ReleaseNotes25Final.wiki      Thu Jun 10 05:18:37 2010
+++ /wiki/ReleaseNotes25Final.wiki      Thu Jun 10 05:26:28 2010
@@ -151,43 +151,28 @@

 == Other backwards incompatible changes ==

-  * Old syntax for repeating single keyword multiple times was
-    removed (issue 194).
-  * Several helper methods were removed from the `robot.utils` module
-    (issue 481).
-  * Built-in keywords executing other keywords (`Run Keyword And
-    Ignore/Expect Error`, `Wait Until Keyword Succeeds`) do not hide
-    syntax errors or timeouts (issue 521).
-  * Running all the keywords in teardowns even if there are failures
-    (issue 544) may cause problems because keywords previously skipped
-    after failures are not run.
+ * Old syntax for repeating single keyword multiple times was removed (issue 194). + * Several helper methods were removed from the `robot.utils` module (issue 481). + * Built-in keywords executing other keywords (`Run Keyword And Ignore/Expect Error`, `Wait Until Keyword Succeeds`) do not hide syntax errors or timeouts (issue 521). + * Running all the keywords in teardowns even if there are failures (issue 544) may cause problems because keywords previously skipped after failures are not run.
   * `robotidy.py` tool was removed (issue 553).
   * `:FOR` loops without body or without values to loop over fail
     (issue 560).
-  * New automatic variable `${SUITE SOURCE}` may overwrite existing
-    variables with the same name (issue 346).
-  * The way how test suite, test case, user keyword, and metadata
-    names are created was changed (issue 377 and issue 562).
-  * Deprecated `mode` argument of `Create File` keyword was changed to
-    `encoding` (issue 256).
-  * Deprecated `pattern_type` argument was removed from `Grep File`
-    and `List Directory` keywords (issue 258 and issue 260).
-  * Deprecated `return_mode` argument was removed from `Run` keyword
-    (issue 358).
+ * New automatic variable `${SUITE SOURCE}` may overwrite existing variables with the same name (issue 346). + * The way how test suite, test case, user keyword, and metadata names are created was changed (issue 377 and issue 562). + * Deprecated `mode` argument of `Create File` keyword was changed to `encoding` (issue 256). + * Deprecated `pattern_type` argument was removed from `Grep File` and `List Directory` keywords (issue 258 and issue 260). + * Deprecated `return_mode` argument was removed from `Run` keyword (issue 358).
   * Deprecated `mode` argument of `Read Process Output` was removed.
-  * Deprecated keywords `Syslog` and `Grep` were removed (issue 271
-    and issue 287).
-  * Deprecated `--transform` and `--colormonitor` options were removed
-    (issue 526 and issue 527).
+ * Deprecated keywords `Syslog` and `Grep` were removed (issue 271 and issue 287). + * Deprecated `--transform` and `--colormonitor` options were removed (issue 526 and issue 527).

 == Deprecated features ==

 These features have been deprecated and will be removed in RF 2.6:

-  * The possibility to create scalar variables with a list value in
-    the Variable table (issue 401).
-  * The possibility to have scalar and list variables with the same
-    base name (e.g. `${VAR}` and `...@{var}`) (issue 484).
+ * The possibility to create scalar variables with a list value in the Variable table (issue 401). + * The possibility to have scalar and list variables with the same base name (e.g. `${VAR}` and `...@{var}`) (issue 484).
   * `Create File With Encoding` keyword (issue 256).


Reply via email to