Skip to content

Commit

Permalink
changelog grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeel Mohamed committed Nov 30, 2016
1 parent 53cde55 commit 8974a5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Expand Up @@ -4,18 +4,18 @@

### New features and APIs

* Add support for retrieving `Password` entities scoped by realm and username.
* Add getter methods for embed `SavedSearch` properties.
* Add support for custom `HttpURLConnection` connection timeouts on `HttpService`.
* Added support for retrieving `Password` entities scoped by realm and username.
* Added getter methods for embed `SavedSearch` properties.
* Added support for custom `HttpURLConnection` connection timeouts on `HttpService`.
* Performance improvement to `SavedSearch.dispatch()`.
* Add getter methods to the `Job` class for retrieving `long` values (`getEventCountLong`, `getResultCountLong`, `getScanCountLong`).
* Add `setFieldList()` to the `JobExportArgs` class.
* Add support for the `manualRebuilds` `DataModel` setting.
* Added getter methods to the `Job` class for retrieving `long` values (`getEventCountLong`, `getResultCountLong`, `getScanCountLong`).
* Added `setFieldList()` to the `JobExportArgs` class.
* Added support for the `manualRebuilds` `DataModel` setting.

### Bug Fixes

* Fix `SavedSearch.Dispatch()` throwing a `NullPointerException` in some load-balanced search head clustering environments.
* Fix non-limit `PivotFilter` constructing the wrong JSON blob.
* Fixed `SavedSearch.Dispatch()` throwing a `NullPointerException` in some load-balanced search head clustering environments.
* Fixed non-limit `PivotFilter` constructing the wrong JSON blob.

### Minor changes

Expand Down

0 comments on commit 8974a5b

Please sign in to comment.