浏览代码

*** empty log message ***

Chris McDonough 18 年之前
父节点
当前提交
ca2075de31
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      CHANGES.txt

+ 5 - 0
CHANGES.txt

@@ -46,6 +46,11 @@
   - Removed duplicated code (readLog/readMainLog), thanks to Mike
     Naberezny.
 
+  - Added tailProcessLog command to the XML-RPC API.  It provides a
+    more efficient way to tail logs than readProcessLog().  Use
+    readProcessLog() to read chunks and tailProcessLog() to tail.
+    (thanks to Mike Naberezny).
+
 2.1b2
 
   - Added new tailProcessLog() command to the XML-RPC API that