aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2014-03-20 10:27:45 -0600
committerBen Beltran <ben@freshout.us>2014-03-20 10:27:45 -0600
commita181aeae67a9c9c86e9df92ab5c0de6ce00f47fb (patch)
tree14573b00ea3b9538b5875d5745b1f89d5d2a32d5 /CHANGELOG
parent26b061b8b81f39ad11fbd9c6c761ec3e699dbad2 (diff)
Cobalt 2.0 -> Now with neon 2.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..0a2c8a5
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,12 @@
+2014-03-20 Ben Beltran <ben@nsovocal.com>
+
+ Version 1.0.0
+
+ * 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.
+
+ * package.json: Updates neon dependency to 2.0, adds tellurium as
+ dev-dependency.
+
+ * /test: Adds VERY basic tests before tellurium is integrated.