Skip to content

Commit ccd3a13

Browse files
authored
The history section should not contain behavioral changes (#2668)
As per redis/redis#10398
1 parent 8a7f094 commit ccd3a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/command-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following keys may be included in the mapped reply:
3535
- _syscmd:_ a system command that isn't meant to be called by users.
3636
* **deprecated_since:** the Redis version that deprecated the command (or for module commands, the module version)..
3737
* **replaced_by:** the alternative for a deprecated command.
38-
* **history:** an array of historical notes describing changes to the command's behavior or arguments.
38+
* **history:** an array of historical notes describing changes to the command's output or arguments. It should not contain information about behavioral changes.
3939
Each entry is an array itself, made up of two elements:
4040
1. The Redis version that the entry applies to.
4141
2. The description of the change.

0 commit comments

Comments
 (0)