Updated the changelog, and fixed a jshint error.

This commit is contained in:
Spencer Alger
2014-03-03 11:17:34 -07:00
parent 1401269c32
commit 983bcb0fd3
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@
- Fixed a bug that caused invalid param/type errors to not be reported properly, in the browser builds that use promises.
- added the cat.threadPool to the master/1.0/1.x apis
- Enabled Basic auth in the Angular connector -- Thanks @jeff-french!
- Fixed a bug that was preventing index requests (and any other POST/PUT request) from using connections in the connection pool.
## 1.4 (Jan 30 2014)
- The trace log messages will now diaplay the actual host connected to (without auth info) unless they are being written to a bash script

View File

@ -21,7 +21,6 @@ var argv = require('optimist')
var es = require('../../../src/elasticsearch');
var async = require('async');
var path = require('path');
var moment = require('moment');
var makeSamples = require('./samples').make;