소스 검색

Note compatibility with the new go 1.4

Evan Huus 11 년 전
부모
커밋
af87ddd910
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.md

+ 1 - 1
index.md

@@ -2,7 +2,7 @@
 layout: index
 layout: index
 ---
 ---
 
 
-Sarama is compatible with Go 1.2 and 1.3.
+Sarama is compatible with Go 1.2, 1.3, and 1.4.
 
 
 A word of warning: the API is not 100% stable yet. It won't change much (in particular the low-level Broker and Request/Response objects could *probably* be considered frozen) but there may be the occasional parameter added or function renamed. As far as semantic versioning is concerned, we haven't quite hit 1.0.0 yet. It is absolutely stable enough to use, just expect that you might have to tweak things when you update to a newer version.
 A word of warning: the API is not 100% stable yet. It won't change much (in particular the low-level Broker and Request/Response objects could *probably* be considered frozen) but there may be the occasional parameter added or function renamed. As far as semantic versioning is concerned, we haven't quite hit 1.0.0 yet. It is absolutely stable enough to use, just expect that you might have to tweak things when you update to a newer version.