Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 403 Bytes

File metadata and controls

20 lines (13 loc) · 403 Bytes

Changelog Archive

This document contains all changes made to Uberspace 7.

{# add/edit files in source/changelog to generate new changelog entries #} {% for entry in changelog_entries %}


{{ entry.title }} {% for n in range(entry.title|length) %}*{% endfor %}

{{ entry.text }} {% endfor %}