{% extends "_layouts/cp" %}
{% set title = "What’s new in Craft 2.5" %}
{% set bodyClass = 'whats-new' %}
{% includeCssResource "css/whats-new.css" %}
{% block pageHeader %}{% endblock %}
{% set url = 'http://buildwithcraft.com/updates/2.5?beta=1' %}
{% block content %}
{{ title }}
Create new Dashboard widgets, change their settings, reorder them, resize them, and delete them, all from the new Dashboard.
Arrange your element index sources in a way that makes sense for your content, and choose relevant table columns for each source.
Create new entries and categories right from their relational fields, without leaving the page.
Craft 2.5 packs over 120 additions and improvements. Find out about all the changes from the release notes.
{% endblock %}