Skip to content

Commit 8b1a6df

Browse files
committed
Prep for 3.0.1 release
1 parent 5693150 commit 8b1a6df

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,11 @@ Other contributors that have submitted patches include (in alphabetical order):
571571
## History<a name="ferret-history" href="#user-content-ferret-history"></a>
572572

573573

574+
### 3.0.1 (24 August 2017)<a name="ferret-301-24-august-2017" href="#user-content-ferret-301-24-august-2017"></a>
575+
576+
- Fix failure to handle search patterns containing multiple escaped spaces (https://github.com/wincent/ferret/issues/49).
577+
578+
574579
### 3.0 (13 June 2017)<a name="ferret-30-13-june-2017" href="#user-content-ferret-30-13-june-2017"></a>
575580

576581
- Improve handling of backslash escapes (https://github.com/wincent/ferret/issues/41).

doc/ferret.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,11 @@ order):
639639

640640
HISTORY *ferret-history*
641641

642+
3.0.1 (24 August 2017) ~
643+
644+
- Fix failure to handle search patterns containing multiple escaped spaces
645+
(https://github.com/wincent/ferret/issues/49).
646+
642647
3.0 (13 June 2017) ~
643648

644649
- Improve handling of backslash escapes

plugin/ferret.vim

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,11 @@
356356
"
357357
" # History
358358
"
359+
" ## 3.0.1 (24 August 2017)
360+
"
361+
" - Fix failure to handle search patterns containing multiple escaped spaces
362+
" (https://github.com/wincent/ferret/issues/49).
363+
"
359364
" ## 3.0 (13 June 2017)
360365
"
361366
" - Improve handling of backslash escapes

0 commit comments

Comments
 (0)