From 80778a9ff3ba4b16192cde6fb89f1036b1df6573 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 3 May 2018 14:04:13 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 38f6bb7e4..1eeaa49f9 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -89,6 +89,7 @@ Fixed properly. - `@match` in Greasemonkey scripts now more closely matches the proper pattern syntax. +- Searching via `/` or `?` now doesn't handle any characters in a special way. v1.2.1 ------