-----
No API changes where made - this release is preparation for Django 1.9 and
improves robustness of bundling.
In version 0.16.3 ``--log`` was added to JSPM. This allows us to properly check
for build errors, where before you would find out the hard way. Build errors
will now show as output from the management command.
An check has been added to figure out the JSPM version. If you get a
``BundleError`` saying that the JSPM version could not be determined, check that
``jspm`` is available in your path or modify the ``SYSTEMJS_JSPM_EXECUTABLE``
setting accordingly.