From 7cbbef019f3bbbcef9c5e67ccec3fb5697c63c33 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 11 Oct 2016 19:44:50 -0400 Subject: [PATCH] changelog 0.2.3 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98599b6..4ff3a7c 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):