* **New:** Added ``efficiency`` attribute to ``User`` class. See User documentation for more info.
0.2.6.14
========
* **Fix:** Fixed an **autoflush** problem in ``Studio.schedule()`` method.
0.2.6.13
========
* **New:** Added ``Repository.make_relative()`` method, which makes the given path to relative to the repository root. It considers that the path is already in the repository. So for now, be careful about not to pass a path outside of the repository.
0.2.6.12
========
* **Update:** ``TaskJugglerScheduler.schedule()`` method now uses the ``Studio.start`` and ``Studio.end`` values for the scheduling range instead of the hardcoded dates.
0.2.6.11
========
* **Update:** ``Task.create_time_log()`` method now returns the created ``TimeLog`` instance.
0.2.6.10
========
* **Fix:** Fixed an ``autoflush`` issue in ``Task.update_status_with_children_statuses()`` method.