浏览代码

update changelog

Evan Huus 9 年之前
父节点
当前提交
9822cf058e
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      CHANGELOG.md

+ 7 - 1
CHANGELOG.md

@@ -9,10 +9,16 @@ New Features:
    directly.
    ([#461](https://github.com/Shopify/sarama/pull/461)).
 
+Improvements:
+ - CRC32 calculation is much faster on machines with SSE4.2 instructions,
+   removing a major hotspot from most profiles
+   ([#255](https://github.com/Shopify/sarama/pull/255)).
+
 Bug Fixes:
  - Make protocol decoding more robust against some malformed packets generated
    by go-fuzz ([#523](https://github.com/Shopify/sarama/pull/523),
-   [#525](https://github.com/Shopify/sarama/pull/525)).
+   [#525](https://github.com/Shopify/sarama/pull/525)) or found in other ways
+   ([#528](https://github.com/Shopify/sarama/pull/528)).
 
 #### Version 1.5.0 (2015-08-17)