* Fix django session keys not being fingerprinted. * Show diff when records don't match (when not on pytest). * Add new 'MODE' setting with three modes. This allows customization of the behaviour for missing performance records. The new ``'none'`` mode is particularly useful for CI servers as it makes tests fail if their corresponding performance records have not been committed.
1.1.0
------------------
* Fix automatic filenames for tests in ``.pyc`` files. * Add the ``path`` argument to ``record`` which allows specifying a relative directory or filename to use. This deprecates the ``file_name`` argument, which will be removed in a future major release. For more info see the README.