{% extends "base.html" %} {% block title %}{{ _("What changed") }} · Wealth Dashboard{% endblock %} {% block heading %}{{ _("What changed") }}{% endblock %} {% block lede %}
{{ _f("You are running version {version}.", version=version) }} {{ _("Release notes are written once, in English, and are not translated — a translation of a note about a fix is one more thing that can be wrong about the fix.") }}
{% endblock %} {% block content %} {% if update_available %}{{ _("No changelog shipped with this build.") }}
{{ _("CHANGELOG.md is not inside the image — it is in the repository, which is where this page reads it from when you run from source.") }}