{% extends "base.html" %} {% block content %}

🚀 {{ entry.title }}

{{ entry.summary }}

{% if entry.features %}

✨ New Features

{% endif %} {% if entry.improvements %}

📈 Improvements

{% endif %} {% if entry.fixes %}

🐛 Bug Fixes

{% endif %}

Read Full Details

Unsubscribe from changelog updates

{% endblock %}