X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/54a5290bbcae03d129dd21401a4dae98d0aef775..3a0fbfeb0f3ad2db91b6b4dbad7a3757081e2485:/CHANGELOG

diff --git a/CHANGELOG b/CHANGELOG
index ff007d7..6f10641 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,16 +1,48 @@
+2015-01-21 Ben Beltran <ben@nsovocal.com>
+
+	Version 1.1.3
+
+	* lib/loggers/file.js: Makes the log work in append mode instead of
+	overwrite mode.
+
 2015-01-09 Sergio de la Garza <sergio@delagarza.io>
 
-	Version 1.1.1
+	Version 1.1.2
 
-	* lib/cobalt.js (dependencies): require colors fix the log output when
+	* lib/cobalt.js (dependencies): Require colors fix the log output when
 	using the tocken formatter.
 
+
+2015-01-09 Ben Beltran <ben@nsovocal.com>
+
+	Version 1.1.1
+
+	* lib/loggers/file.js: Writes raw log if no formatter is present.
+
+	* lib/cobalt.js: Logging null now converts it to the string "null";
+
+	Version 1.1.0
+
+	* lib/loggers/file.js: Includes the new file logger.
+
+	* lib/formatters/simple.js (format): Simple formatter outputs date and
+	loglevel.
+
+	* lib/cobalt.js: Includes the file logger and simple formatter.
+
+	* lib/formatters/token.js: Extends with options on
+	initialization, including a new option isoDate that will make the
+	date an ISOString.
+
+	* README.md: Updates documentation to consider the new options, formatter
+	and logger.
+
 	
 2014-03-20 Ben Beltran <ben@nsovocal.com>
 
 	Version 1.0.0
 
-	* lib/cobalt.js (buildLog): logging a logObject will now use the calling
+	* lib/cobalt.js (buildLog): Logging a logObject will now use the calling
 	method's severity instead of the logObject severity. so calling `#error`
 	will always provide severity level 3.