From 9ac1ffd5ca55f977da63d954788be5c463def51a Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sat, 26 Mar 2022 23:04:21 -0700 Subject: [PATCH] CLIENT-SPECIFICATION: Add entry to unreleased changelog (#7806) --- CLIENT-SPECIFICATION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLIENT-SPECIFICATION.md b/CLIENT-SPECIFICATION.md index b3feb0066..83d8059e3 100644 --- a/CLIENT-SPECIFICATION.md +++ b/CLIENT-SPECIFICATION.md @@ -228,6 +228,7 @@ the commit hash changes when merging with squash or rebase. - Unreleased - Add recommendation to support `macos` alias for `osx` ([#7514](https://github.com/tldr-pages/tldr/pull/7514)) + - Drop the special "all" platform from `--list` flag ([#7561](https://github.com/tldr-pages/tldr/pull/7561)) - [v1.5, March 17th 2021](https://github.com/tldr-pages/tldr/blob/v1.5/CLIENT-SPECIFICATION.md) ([#5428](https://github.com/tldr-pages/tldr/pull/5428)) - Add requirement for converting command names to lowercase before running the page resolution algorithm.