summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 94dbbbeb3..81a387359 100644
--- a/changelog.md
+++ b/changelog.md
@@ -57,7 +57,7 @@
 - The unary slice `..b` was removed, use `0..b` instead or use `-d:nimLegacyUnarySlice`
   for a deprecation period.
 
-- Moved `.travis.yml`, `appveyor.yml.disabled`, `.github/workflows/ci.yml.disabled` to `unmaintained/`.
+- Removed `.travis.yml`, `appveyor.yml.disabled`, `.github/workflows/ci.yml.disabled`.
 
 ## Standard library additions and changes
 - Added support for parenthesized expressions in `strformat`