Skip to content

Commit 5b22387

Browse files
author
Manuel Andreo Garcia
committed
better class description
1 parent 422b48a commit 5b22387

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ All notable changes to this project will be documented in this file based on the
1111

1212
### Improvements
1313
- Update Elasticsearch dependency to 1.7.0 and update plugin dependencies
14+
- Elastica\QueryBuilder now uses Elastica\QueryBuilder\Version\Latest as default version to avoid empty version classes. [#897](https://github.com/ruflin/Elastica/pull/897)
1415

1516
### Deprecated
17+
- Elastica\QueryBuilder\Version\Version150 deprecated in favor of Elastica\QueryBuilder\Version\Latest
1618

1719

1820
## [2.2.0](https://github.com/ruflin/Elastica/releases/tag/2.2.0) - 2015-07-08

lib/Elastica/QueryBuilder/Version/Latest.php

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
/**
55
* Latest elasticsearch DSL.
66
*
7+
* Latest refers to the version mentioned in README.md.
8+
*
79
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html
810
*
911
* @author Manuel Andreo Garcia <[email protected]>

0 commit comments

Comments
 (0)