===================
* Breaks old Table cell{spacing,padding} values; multipying them by
100 should work in most cases.
* Renamed Label{Data,Plot} -> {Data,Plot}Label, LineSlope -> Slope,
and ErrorEllipses -> Ellipses. The old names still work but are
deprecated.
* {Line,Symbol}Key have been superceded by PlotKey and are now
deprecated.
* New plot type: CustomFramedPlot(). Similar to FramedPlot(), but
allows finer control over the frame style.
* New plot type: HammerAitoffPlot(). An equal-area projection of the
sphere, Hammer-Aitoff plots are commonly used in astrophysics.
* New FramedArray options: .uniform_limits & .cellspacing.
* New components: Circle(s), Ellipse, Geodesic, Point, PlotInset,
and PlotLine.
* You can now specify a minimum fontsize with "fontsize_min" in
config.ini.
* Various speed improvements, bug fixes, and infrastructure work.