Commit 5e3aca7e authored by Fulcrand Guilhem's avatar Fulcrand Guilhem
Browse files

Merge branch '203-empty-changelog-for-phpunit_tests' into 'latest'

Resolve "Empty changelog for phpunit_tests"

Closes #203

See merge request r2devops/hub!158
parents 0edbf0c2 4b1c60a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -85,9 +85,9 @@
        {{ version.url }}
        ```
    {% for line in version.changelog %}
        {%- if line %}
        {% if line -%}
        {{ line }}
        {%- endif %}
        {% endif -%}
    {%- endfor %}
    {% endfor %}