summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-11 19:44:50 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-10-11 19:44:50 -0400
commit7cbbef019f3bbbcef9c5e67ccec3fb5697c63c33 (patch)
treefbd0402f5b99f49bec7de1b3c51d9b508d21494e
parent4d29d886e55aef28eec51f712aca19d523d60732 (diff)
changelog 0.2.3
-rw-r--r--CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98599b60..4ff3a7c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+0.2.3
+=====
+Bug fixes:
+
+* [BUG #164](https://github.com/BurntSushi/ripgrep/issues/164):
+ Fixes a segfault on macos builds.
+* [BUG #167](https://github.com/BurntSushi/ripgrep/issues/167):
+ Clarify documentation for --threads.
+
+
0.2.2
=====
Packaging updates:
@@ -13,7 +23,7 @@ Packaging updates:
Feature enhancements:
* Added or improved file type filtering for CMake, config, Jinja, Markdown,
- Spark,
+ Spark.
* [FEATURE #109](https://github.com/BurntSushi/ripgrep/issues/109):
Add a --max-depth flag for directory traversal.
* [FEATURE #124](https://github.com/BurntSushi/ripgrep/issues/124):