blob: 2ea525bc4634603aba6c177825fe73f0d5e520a6 (
plain)
1
2
3
4
5
6
7
|
list-index-arg-parsing
----------------------
* The :command:`list` command's ``GET``, ``INSERT``, ``SUBLIST``, and
``REMOVE_AT`` subcommands now error with invalid (i.e., non-integer) values
are given as any of their index arguments based on the setting of policy
:policy:`CMP0121`.
|