From 1657359aab937c5f6123550be2ec8e588d5aa6f9 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 7 Apr 2020 11:43:10 -0400 Subject: [PATCH 1/2] Fixed badge link (#1569) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3227e41e..bfe3a0f6d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ alt="Chat on Gitter" /> - + Python Package Index Date: Wed, 8 Apr 2020 03:09:41 +0900 Subject: [PATCH 2/2] Fixed example of plugins.search.separator (#1571) --- docs/releases/5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/5.md b/docs/releases/5.md index 96065305f..b47aaed56 100644 --- a/docs/releases/5.md +++ b/docs/releases/5.md @@ -111,7 +111,7 @@ was renamed to `separator`: ``` yaml plugins: - search: - separator: [\s\-\.]+ + separator: '[\s\-\.]+' lang: - en - de