minor edit to the changelog

This commit is contained in:
Andreas Rumpf
2018-08-16 00:23:37 +02:00
parent 1061e26bc9
commit b78114ce50

View File

@@ -141,7 +141,7 @@
the [manual](manual.html#macros-for-loop-macros) for more details.
This feature enables a Python-like generic ``enumerate`` implementation.
- Case statements can now be rewritten via macros. See the [manual]() for more information.
- Case statements can now be rewritten via macros. See the [manual](manual.html#macros-case-statement-macros) for more information.
This feature enables custom pattern matchers.