Skip to content

Commit 8182e26

Browse files
authored
Merge pull request #212 from ezimuel/docs/fix
[DOCS] Added compatibilty doc + updated README
2 parents 8f4ad9d + 7e883bf commit 8182e26

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ cpanm Search::Elasticsearch
2525
## Compatibility
2626

2727
Language clients are forward compatible; meaning that clients support communicating
28-
with greater minor versions of Elasticsearch. Elastic language clients are also backwards
29-
compatible with lesser supported minor Elasticsearch versions.
28+
with greater or equal minor versions of Elasticsearch. Elasticsearch language
29+
clients are only backwards compatible with default distributions and without
30+
guarantees made.
3031

3132
## License
3233

docs/index.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
77
include::overview.asciidoc[]
88

99
include::installation.asciidoc[]
10-
11-
12-
13-

docs/installation.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ example, to download elasticsearch-perl 6.81, use the following command:
1616
------------------------------------
1717
cpanm EZIMUEL/Search-Elasticsearch-6.81.tar.gz
1818
------------------------------------
19+
20+
[discrete]
21+
[[compatibility]]
22+
=== Compatibility
23+
24+
Language clients are forward compatible; meaning that clients support communicating
25+
with greater or equal minor versions of Elasticsearch. Elasticsearch language
26+
clients are only backwards compatible with default distributions and without
27+
guarantees made.

0 commit comments

Comments
 (0)