summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-05-17 20:22:53 +0800
committerGitHub <noreply@github.com>2024-05-17 14:22:53 +0200
commit4e7c70fd7d46b2ad3bd8b0b84a9de54bea9f14fc (patch)
tree043f3f1ee1d538a2048beac3dbc3440839ccb188 /changelog.md
parentb87732b5f13a39b00a82713a465db6c2f0fef40a (diff)
downloadNim-4e7c70fd7d46b2ad3bd8b0b84a9de54bea9f14fc.tar.gz
provides a `$` function for `Path` (#23617)
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index c010714fa..a137b3e42 100644
--- a/changelog.md
+++ b/changelog.md
@@ -36,6 +36,7 @@ slots when enlarging a sequence.
 - ORC: To be enabled via `nimOrcStats` there is a new API called `GC_orcStats` that can be used to query how many
   objects the cyclic collector did free. If the number is zero that is a strong indicator that you can use `--mm:arc`
   instead of `--mm:orc`.
+- A `$` template is provided for `Path` in `std/paths`.
 
 [//]: # "Deprecations:"