Skip to content

Commit 0dc0fc6

Browse files
author
Sven Ulrich
committed
updated changelog
1 parent ad4149b commit 0dc0fc6

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
node_modules/*
1+
node_modules
22
.vscode/*
33

44
dist/*.js

.npmignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG
22

33
#### 1.4.0
4-
- added `AppendLine` and `AppendLineFormat`
5-
- added hexadecimal conversion specifier
6-
- bugfix `StringBuilder` initialization without parameter adds empty string to internal Values Array.
4+
- feature: added `AppendLine` and `AppendLineFormat`
5+
- feature: added hexadecimal conversion specifier
6+
- bugfix: `StringBuilder` initialization without parameter adds empty string to internal Values Array.
7+
- bugfix: When there is no placeholder in the template passed to String.Format it should return the original template

0 commit comments

Comments
 (0)