Remove bugfixes heading from changelog

This heading is for the automatically generated list of issues fixed.
This commit is contained in:
Dominik Picheta
2018-03-19 09:10:01 +00:00
committed by GitHub
parent 3979e83a59
commit a1879cae57

View File

@@ -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)