@@ -14,7 +14,7 @@
extended description are no longer preceded by a "+".
(Trac #900, git b395258c708b49a5da8d0cffcb48d83294354ba3)
-231. [func]*
+231. [func]* vorner
The logging interface changed slightly. We use
logger.foo(MESSAGE_ID).arg(bar); instead of logger.foo(MESSAGE_ID, bar);
internally. The message definitions use '%1,%2,...' instead of '%s,%d',