layout: default title: Changelog description: Important changes made in recent releases
All notable changes made in 2.x
releases are shown below. See the full list of releases for the complete changelog.
{% assign releases = site.github.releases | where_exp: "r", "r.name >= '2.4'" | where_exp: "r", "r.name < '3.0'" %}
{% for release in releases %}
{{ release.body | markdownify }} {% endfor %}
Please see the full list of releases for the complete changelog.