From a1879cae57c00931910cf86425f039635085e892 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 19 Mar 2018 09:10:01 +0000 Subject: [PATCH] Remove bugfixes heading from changelog This heading is for the automatically generated list of issues fixed. --- changelog.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 77a01b9c77..749450bdcf 100644 --- a/changelog.md +++ b/changelog.md @@ -20,6 +20,11 @@ ### Language changes +- The `importcpp` pragma now allows importing the listed fields of generic + C++ types. Support for numeric parameters have also been added through + the use of `static[T]` types. + (#6415) + ### Tool changes - ``jsondoc2`` has been renamed ``jsondoc``, similar to how ``doc2`` was renamed @@ -29,11 +34,3 @@ - The VM's instruction count limit was raised to 1 billion instructions in order to support more complex computations at compile-time. - - -### Bugfixes - -- The `importcpp` pragma now allows importing the listed fields of generic - C++ types. Support for numeric parameters have also been added through - the use of `static[T]` types. - (#6415)