summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAmjad Ben Hedhili <amjadhedhili@outlook.com>2023-09-04 22:18:58 +0100
committerGitHub <noreply@github.com>2023-09-04 23:18:58 +0200
commit8f7aedb3d1941650e6650c07aa4bcf6a7dee0b90 (patch)
tree3e73c99b08c8d14ce2cad224df8580ab96cb44f1 /changelog.md
parent3fbb078a3c0f37dc328a1d95e1e2215118481f7b (diff)
downloadNim-8f7aedb3d1941650e6650c07aa4bcf6a7dee0b90.tar.gz
Add `hasDefaultValue` type trait (#22636)
Needed for #21842.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index fb0102cd3..4ea436fb0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -11,7 +11,8 @@
 
 [//]: # "Additions:"
 
-- Adds `newStringUninit` to system, which creates a new string of length `len` like `newString` but with uninitialized content.
+- Added `newStringUninit` to system, which creates a new string of length `len` like `newString` but with uninitialized content.
+- Added `hasDefaultValue` to `std/typetraits` to check if a type has a valid default value.
 
 [//]: # "Deprecations:"