summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-12-07 10:58:28 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-12-07 10:58:31 -0500
commit3e943636f40eb7706c1487343eae9f0ad667bf27 (patch)
treeb2135a4e6f8d017ff80eede13949cba27dd20ccf /CHANGELOG.md
parent3f515afbb4cb3d22520729453bea5af050c0eb00 (diff)
changelog 0.3.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae65b884..f1208ed8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,28 @@
+0.3.2
+=====
+Feature enhancements:
+
+* Added or improved file type filtering for Less, Sass, stylus, Zsh
+
+Bug fixes:
+
+* [BUG #229](https://github.com/BurntSushi/ripgrep/issues/229):
+ Make smart case slightly less conservative.
+* [BUG #247](https://github.com/BurntSushi/ripgrep/issues/247):
+ Clarify use of --heading/--no-heading.
+* [BUG #251](https://github.com/BurntSushi/ripgrep/issues/251),
+ [BUG #264](https://github.com/BurntSushi/ripgrep/issues/264),
+ [BUG #267](https://github.com/BurntSushi/ripgrep/issues/267):
+ Fix matching bug caused by literal optimizations.
+* [BUG #256](https://github.com/BurntSushi/ripgrep/issues/256):
+ Fix bug that caused `rg foo` and `rg foo/` to have different behavior
+ when `foo` was a symlink.
+* [BUG #270](https://github.com/BurntSushi/ripgrep/issues/270):
+ Fix bug where patterns starting with a `-` couldn't be used with the
+ `-e/--regexp` flag. (This resolves a regression that was introduced in
+ ripgrep 0.3.0.)
+
+
0.3.1
=====
Bug fixes: