Browse Source

Missing name in ChangeLog

Michal 'vorner' Vaner 14 years ago
parent
commit
d686e00a5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ChangeLog

+ 1 - 1
ChangeLog

@@ -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',