-------------------
New features:
- Set the ``plone.app.contenttypes_migration_running`` key while running a migration.
Other addons can check for that and handle accordingly.
[thet]
Bug fixes:
- Implement better human readable file size logic.
[hvelarde]
- Do not encode query strings on internal link redirections;
fixes `issue 457 <https://github.com/plone/plone.app.contenttypes/issues/457>`_.
[hvelarde]
- Migrations:
- Handle ignore catalog errors where a brain can't find it's object.
- Try to delete the layout attribute before setting the layout.
Rework parts where the layout is set by always setting the layout.
[thet]
- In folder listings, when a content object has no title show it's id instead of an empty title.
[thet]
- Fix upgrades steps when the catalog is inconsistent
[ale-rt]