diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2019-02-17 16:47:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-19 14:42:36 (GMT) |
commit | a84e509844b74d445b654cd9d0be98a8f0e0641e (patch) | |
tree | 30c0de2b685b6103ce0325966b4e1395f658c081 /Help/release | |
parent | 8ec1942f62a659154abdd99602440757f5eef485 (diff) | |
download | CMake-a84e509844b74d445b654cd9d0be98a8f0e0641e.zip CMake-a84e509844b74d445b654cd9d0be98a8f0e0641e.tar.gz CMake-a84e509844b74d445b654cd9d0be98a8f0e0641e.tar.bz2 |
list: add sub-commands PREPEND, POP_BACK, POP_FRONT
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/list-prepend-and-pop-subcommands.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/dev/list-prepend-and-pop-subcommands.rst b/Help/release/dev/list-prepend-and-pop-subcommands.rst new file mode 100644 index 0000000..16b14f1 --- /dev/null +++ b/Help/release/dev/list-prepend-and-pop-subcommands.rst @@ -0,0 +1,4 @@ +list-prepend-and-pop-subcommands +-------------------------------- + +* :command:`list` learned new sub-commands ``PREPEND``, ``POP_FRONT`` and ``POP_BACK``. |