view CHANGELOG.rst @ 415:0e9a94b7fdfa

bake: Improve bake record information. * Store things in the bake record that require less interaction between the master process and the workers. For instance, don't store the paginator object in the render pass info -- instead, just store whether pagination was used, and whether it had more items. * Simplify information passing between workers and bake passes by saving the rendering info to the JSON cache. This means the "render first sub" job doesn't have to return anything except errors now. * Add more performance counter info.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 20 Jun 2015 19:23:16 -0700
parents 8f7ba2c95025
children 1856e7aa6ce8
line wrap: on
line source


CHANGELOG
=========

This is the changelog for PieCrust.

The first section deals with the latest changes in the development branch
(``default`` in Mercurial, ``master`` in Git).

The second section deals with changes in the stable branch (``stable`` in
Mercurial, ``git-stable`` in Git), but those changes are also included in the
development branch (the development branch is ahead of the stable branch).


Fresh changes
-------------

*None... this stuff is still being prepared...*

Frozen changes
--------------

*None... this stuff is still being prepared...*