From 1938ba31080db66ef57689301eedc03318decf1b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 18 May 2022 20:04:09 +0530 Subject: [PATCH] Add changelog entry for previous PR --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2ae373349..3655a10b2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -57,6 +57,10 @@ Detailed list of changes - A new action :ac:`open_url` to open the specified URL (:pull:`5004`) +- A new option :opt:`select_by_word_characters_forward` that allows changing + which characters are considered part of a word to the right when double clicking to select + words (:pull:`5103`) + - macOS: Make the global menu shortcut to open kitty website configurable (:pull:`5004`) - macOS: Add the :opt:`macos_colorspace` option to control what color space colors are rendered in (:iss:`4686`)