Copyright (C) 2014, 2015 Julian Marchant <onpon4@riseup.net>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.

========================================================================

0.9.2
------------------------------------------------------------------------

Misc changes:
* Updated to SGE 0.23.


0.9.1
------------------------------------------------------------------------

Misc changes:
* Added a safeguard against delta_mult values of 0.


0.9
------------------------------------------------------------------------

Additions:
+ xsge_path.PathLink

Bugfixes:
- Imprecise movement which could cause following several paths in a row
  to build up a difference in position.


0.8
------------------------------------------------------------------------

Misc changes:
* Renamed from xsge.path to xsge_path.

Bugfixes:
- Delta timing causing objects to get stuck at intersections of paths.


0.7
------------------------------------------------------------------------

Misc changes:
* xsge.path.Path's acceleration and deceleration can now work with delta
  timing properly.


0.6
------------------------------------------------------------------------

Bugfixes:
- Crash when following a path


0.5.3
------------------------------------------------------------------------

Misc changes:
* Paths now support all sge.Object constructor arguments.


0.5
------------------------------------------------------------------------

First release.
