Skip to content

Commit d979acc

Browse files
edir changelog
1 parent a9bc3c7 commit d979acc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)
66

77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
- Validate size unit parameter.
13+
814
## [1.0.3] 2025-02-11
915

1016
### Changed

cmem_plugin_splitfile/plugin_splitfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
SIZE_UNIT_KB: "KB",
4343
SIZE_UNIT_MB: "MB",
4444
SIZE_UNIT_GB: "GB",
45-
SIZE_UNIT_LINES: "lines",
45+
SIZE_UNIT_LINES: "Lines",
4646
}
4747
)
4848

0 commit comments

Comments
 (0)