Skip to content

Commit b25dfce

Browse files
committed
Prepare for 3.0.2 release
1 parent 22ed5ad commit b25dfce

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.2 (25 October 2017)<a name="ferret-302-25-october-2017" href="#user-content-ferret-302-25-october-2017"></a>
575+
576+
- Fix broken <strong>[`:Back`](#user-content-back)</strong> and <strong>[`:Black`](#user-content-black)</strong> commands (https://github.com/wincent/ferret/issues/48).
577+
578+
574579
### 3.0.1 (24 August 2017)<a name="ferret-301-24-august-2017" href="#user-content-ferret-301-24-august-2017"></a>
575580

576581
- Fix failure to handle search patterns containing multiple escaped spaces (https://github.com/wincent/ferret/issues/49).

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.2 (25 October 2017) ~
643+
644+
- Fix broken |:Back| and |:Black| commands
645+
(https://github.com/wincent/ferret/issues/48).
646+
642647
3.0.1 (24 August 2017) ~
643648

644649
- Fix failure to handle search patterns containing multiple escaped spaces

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.2 (25 October 2017)
360+
"
361+
" - Fix broken |:Back| and |:Black| commands
362+
" (https://github.com/wincent/ferret/issues/48).
363+
"
359364
" ## 3.0.1 (24 August 2017)
360365
"
361366
" - Fix failure to handle search patterns containing multiple escaped spaces

0 commit comments

Comments
 (0)