File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515### New Features
1616
17- - add ` basename ` function to get the last component of a path
17+ - Introduced the ` basename ` function to get the last component of a path.
1818
1919 author: titaneric (https://github.com/vectordotdev/vrl/pull/1531 )
20- - add ` dirname ` function to get the directory component of a path
20+ - Introduced the ` dirname ` function to get the directory component of a path.
2121
2222 author: titaneric (https://github.com/vectordotdev/vrl/pull/1532 )
23- - add ` split_path ` function to split a path into its components
23+ - Introduced the ` split_path ` function to split a path into its components.
2424
2525 author: titaneric (https://github.com/vectordotdev/vrl/pull/1533 )
2626
3333
3434### Fixes
3535
36- - fix ` parse_glog ` to accept space-padded thread-id (https://github.com/vectordotdev/vrl/pull/1515 )
36+ - Fixed ` parse_glog ` to accept space-padded thread-id. (https://github.com/vectordotdev/vrl/pull/1515 )
3737
3838
3939## [ 0.27.0 (2025-09-18)]
You can’t perform that action at this time.
0 commit comments