Browse Source

CLIENT-SPECIFICATION: Add entry to unreleased changelog (#7806)

Matthew Peveler 3 years ago
parent
commit
9ac1ffd5ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CLIENT-SPECIFICATION.md

+ 1 - 0
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.