From 1ab4a3576b42d7c52c6e7e179a0f4dd9b038bbe3 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 17 Mar 2017 13:21:54 +0900 Subject: [PATCH] Fix typo in Changes --- Changes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index d7afab5..a81bbc5 100644 --- a/Changes +++ b/Changes @@ -9,12 +9,12 @@ v0.5.1 - 17 Mar 2017 * --tty has been removed. it was not being used anyways. Miscellaneous * When scrolling right, you could potentially keep on scrolling - infinitely. This has bee addressed by #409, #412 + infinitely. This has been addressed by #409, #412 * External commands specified in --exec now receive PECO_FILENAME, PECO_LINE_COUNT, PECO_QUERY, and - PECO_MACHED_LINE_COUNT as environment variables + PECO_MATCHED_LINE_COUNT as environment variables * Removed unused structs - * Fixed glide related Mkaefile actions + * Fixed glide related Makefile actions v0.5.0 - 06 Mar 2017 Backwards Incompatible Change: