Add a not on versioning and branches

This commit is contained in:
Honza Král
2014-01-07 16:48:30 +01:00
parent 21e7c6e5d8
commit 08b2e94333
+11
View File
@@ -54,6 +54,17 @@ The client's features include:
* pluggable architecture
Versioning
----------
There are two branches for development - `master` and `0.4`. Master branch is
used to track all the changes for Elasticsearch 1.0 and beyond whereas 0.4
tracks Elasticsearch 0.90.
Releases with major version 1 (1.X.Y) are to be used with Elasticsearch 1.0 and
later, 0.4 releases are meant to work with Elasticsearch 0.90.X.
License
-------