Browse Source

Help: Add notes for topic 'get_filename_component_last_ext'

Brad King 6 years ago
parent
commit
2a9220c34d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Help/release/dev/get_filename_component_last_ext.rst

+ 6 - 0
Help/release/dev/get_filename_component_last_ext.rst

@@ -0,0 +1,6 @@
+get_filename_component_last_ext
+-------------------------------
+
+* The :command:`get_filename_component` command gained new
+  ``LAST_EXT`` and ``NAME_WLE`` variants to work with the
+  extension after the last ``.`` in the name.