Преглед на файлове

Updated CHANGELOG & README

Jordi Boggiano преди 14 години
родител
ревизия
fe0b8b59ed
променени са 2 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 6 0
      CHANGELOG.mdown
  2. 2 0
      README.mdown

+ 6 - 0
CHANGELOG.mdown

@@ -1,3 +1,9 @@
+* 1.1.0
+
+  Changes:
+
+    * Added MemoryPeakUsageProcessor and MemoryUsageProcessor
+
 * 1.0.0 (2011-07-06)
 
   Changes:

+ 2 - 0
README.mdown

@@ -62,6 +62,8 @@ Processors
 
 - _IntrospectionProcessor_: Adds the line/file/class/method from which the log call originated.
 - _WebProcessor_: Adds the current request URI, request method and client IP to a log record.
+- _MemoryUsageProcessor_: Adds the current memory usage to a log record.
+- _MemoryPeakUsageProcessor_: Adds the peak memory usage to a log record.
 
 About
 =====