+
+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.
+