From 123a38d2207a11f7ebb688acfc12cbe3373c69ec Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Tue, 2 Dec 2014 18:03:36 -0700 Subject: [PATCH] [changelog] updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 987d27880..be57bfd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Added apiVersion `"1.4"`, which is now the default - Improved parsing of `host:` strings, [examples in the tests](https://github.com/elasticsearch/elasticsearch-js/blob/165b7d7986b2184b2e4b73d33bf5803e61ce7a54/test/unit/specs/host.js#L71-L92) - The Angular version of the client now uses `angular.toJson()` ([1.2](https://code.angularjs.org/1.2.27/docs/api/ng/function/angular.toJson), [1.3](https://code.angularjs.org/1.3.5/docs/api/ng/function/angular.toJson)) to serialize requests, override with `serializer: "json"` + - Angular requests are now being [aborted properly](https://github.com/elasticsearch/elasticsearch-js/commit/4c106967d3e9ae208fae42ce013f0a21e1ace021) ## 2.4 (Jul 30 2014) - Added apiVersion `"1.3"`, which is now the default