Skip to content

Commit d45ecca

Browse files
committed
improve changelog
1 parent ee241f4 commit d45ecca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
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

@@ -33,7 +33,7 @@
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)]

0 commit comments

Comments
 (0)