diff options
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 12 |
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. |