Skip to content

Commit

Permalink
Release and CHANGELOG 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelana committed Mar 6, 2014
1 parent 548e2ff commit b61e063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Release 0.1.5
* Fixed CSV constructor without a name

# Release 0.1.4
* Initial documentation
* Fixed spec run on Travis
Expand Down
2 changes: 1 addition & 1 deletion released/mongorc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9735,7 +9735,7 @@ DBQuery.prototype.printcsv = function() {

var CSV = (function(CSV) {

CSV = function(lines) {
CSV = function CSV(lines) {
this.lines = lines
}

Expand Down

0 comments on commit b61e063

Please sign in to comment.