2014-03-07  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.4.7.
	* Acid tests: Remove MATLAB-based eps2pdf.
	* Bugfixes:
	    - multiple patches
	    - log plot with nonzero baseline
	    - marker options for scatter plots
	    - table data formatting
	    - several fixes for Octave

2014-02-07  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.4.6.
	* Set externalData default to false.
	* Properly check for required Pgfplots version.
	* Marker scaling in scatter plots.

2014-02-02  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.4.5.
	* Arrange data in tables.
	* Optionally define custom colors.
	* Allow for strict setting of font sizes.
	* Bugfixes:
	   - tick labels for log plots
	   - tick labels with commas

2014-01-02  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.4.4.
	* Support for color maps with scatter plots.
	* Support for different-length up-down error bars.
	* Input options validation.
	* Bugfixes:
	   - legends for both area and line plots
	   - invisible text fields

2013-10-20  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.4.3.
	* Support for 3D quiver plots.
	* Extended support for colorbar axis options.
	* New logo!
	* Bugfixes:
	   - text generation
	   - extraCode option
	   - join strings
	   - ...

2013-09-12  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.4.2.
	* Support for explicit color specification in 3D plots.
	* Better color handling for patch plots.
	* Support for various unicode characters.
	* Bugfixes:
	   - edge colors for bar plots
	   - multiple color bars
	   - ...

2013-08-14  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.4.1.
	* Replaced option `extraTikzpictureCode` by `extraCode`
	  for inserting code at the beginning of the file.
	* Support for relative text positioning.
	* Improved documentation.
	* Code cleanup: moved all figure manipulations over to cleanfigure()
	* Bugfixes:
	   - error bars
	   - empty tick labels
	   - ...

2013-06-26  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.4.0.
	* Added cleanfigure() for removing unwanted entities from a plot
	  before conversion
	* Add option `floatFormat` to allow for custom specification of the format
	  of float numbers
	* Bugfixes:
	   - linewidth for patches
	   - ...

2013-04-13  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.3.3.
	* Support for:
	   - pictures in LaTeX subfloats
	* Bugfixes:
	   - axes labels
	   - extra* options
	   - logscaled axes
	   - ...

2013-03-14  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.3.2.
	* Support for:
	   - waterfall plots
	* Bugfixes:
	   - axis locations
	   - color handling
	   - stacked bars
	   - ...

2013-02-15  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.3.1.
	* Use table{} for plots for cleaner output files.
	* Support for:
	   - hg transformations
	   - pcolor plots
	* Removed command line options:
	   - minimumPointsDistance
	* Bugfixes:
	   - legend positioning and alignment
	   - tick labels
	   - a bunch of fixed for Octave
	   - line width for markers
	   - axis labels for color bars
	   - image trimming
	   - subplots with bars
	   - ...

2012-11-19  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.3.0.
	* Support for:
	   - area plots
	   - legend position
	   - inner color bars
	   - log-scaled color bars
	* New command line options:
	   - standalone (create compilable TeX file)
	   - checkForUpdates
	* mlint cleanups.
	* Removed deprecated options.
	* Bugfixes:
	   - colorbar-axis association
	   - option parsing
	   - automatic updater
	   - unit 'px'
	   - ...

2012-09-01  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.2.3.
	* Multiline text for all entities.
	* Support for logical images.
	* Support for multiple legends (legends in subplots).
	* Fixed version check bug.
	* Fix minumumPointsDistance.

2012-07-19  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.2.2.
	* Support for multiline titles and axis labels.
	* Respect log-scaled axes for minimumPointsDistance.
	* Add support for automatic graph labels via
	  new option.
	* About 5 bugfixes.

2012-05-04  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.2.1.
	* Support for color maps.
	* Support for native color bars.
	* Partial support for hist3 plots.
	* Support for spectrogram plots.
	* Support for rotated text.
	* Native handling of Infs/NaNs.
	* Better info text.
	* matlab2tikz version checking.
	* Line plotting code cleanup.
	* About 10 bugfixes.

2012-03-17  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.2.0.
	* Greatly overhauled text handling. (Burkhart Lingner)
	* Added option 'tikzFileComment'.
	* Added option 'parseStrings'.
	* Added option 'extraTikzpictureSettings'.
	* Added proper documetion (for 'help matlab2tikz').
	* Improved legend positioning, orientation.
	* Support for horizontal bar plots.
	* Get bar widths right.
	* Doubles are plottet with 15-digit precision now.
	* Support for rectangle objects.
	* Better color handling.
	* Testing framework improvements.
	* Several bugfixes:
	   - ticks handled more concisely
	   - line splitting bugs
	   - ...

2011-11-22  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.1.4.
	* Support for scatter 3D plots.
	* Support for 3D parameter curves.
	* Support for 3D patches.
	* Support for minor ticks.
	* Add option interpretTickLabelsAsTex (default false).
	* Several bugfixes:
	   - %-sign in annotations
	   - fixed \omega and friends in annotations
	   - proper legend for bar plots
	   - don't override PNG files if there is
	     more than one image plot
	   - don't always close patch paths

2011-08-22  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.1.3.
	* Greatly overhauled text handling.
	* Better Octave compatibility.
	* Several bugfixes:
	    - subplot order
	    - environment detection


2011-06-02  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.1.2.
	* Support for logscaled color bar.
	* Support for truecolor images.
	* Initial support for text handles.
	* Speed up processing for line plots.
	* Several bugfixes:
	   - axis labels, tick labels, etc. for z-axis
	   - marker handling for scatter plots
	   - fix for unicolor scatter plots

2011-04-06  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.1.1.
	* Improved Octave compatibility.
	* Several bugfixes:
	   - input parser

2011-01-31  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.1.0.
	* Basic Octave compatibility.
	* Several bugfixes:
	   - bar plots fix (thanks to Christoph Rüdiger)
	   - fix legends with split graphs

2010-09-10  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.0.7.
	* Compatibility fixes for older MATLAB installations.
	* Several bugfixes:
	   - line plots with only one point
	   - certain surface plots
	   - orientation of triangle markers ("<" vs. ">")
	   - display of the color "purple"

2010-05-06  Nico Schlömer  <nico.schloemer@gmail.com>

	* Version 0.0.6.
	* Support for scatter plots.
	* Preliminary support for surface plots; thanks to Pooya.
	* Large changes in the codebase:
	  - next to matlab2tikz.m, the file pgfplotsEnvironment.m
	    is now needed as well; it provides a much better
	    structured approach to storing and writing environments
	    when parsing the MATLAB(R) figure
	* proper MATLAB(R) version check
	* lots of small fixes

2009-12-21  Nico Schlömer  <nico.schloemer@ua.ac.be>

	* Version 0.0.5.
	* Improvements in axis handling:
	  - colored axes
	  - allow different left and right ordinates
	* Improvements for line plots:

	* Version 0.0.5.
	* Improvements in axis handling:
	  - colored axes
	  - allow different left and right ordinates
	* Improvements for line plots:
	  - far outliers are moved toward the plot, avoiding 'Dimension too
	    large'-type errors in LaTeX
	  - optional point reduction by new option 'minimumPointsDistance'
	* Improvements for image handling:
	  - creation of a PNG file, added by '\addplot graphics'
	  - fixed axis orientation bug
	* Bugfixes for:
	  - multiple axes
	  - CMYK colors
	  - legend text alignment (thanks Dragen Mitrevski)
	  - transparent patches (thanks Carlos Russo)
	* Added support for:
	  - background color
	  - Bode plots
	  - zplane plots
	  - freqz plots


2009-06-09  Nico Schlömer  <nico.schloemer@ua.ac.be>

	* Version 0.0.4.
	* Added support for:
	  - error bars (thanks Robert Whittlesey for the suggestion)
	* Improvents in:
	  - legends (thanks Theo Markettos for the patch),
	  - images,
	  - quiver plots (thanks Robert for spotting this).
	* Improved options handling.
	* Allow for custom file encoding (thanks Donghua Wang for the
	suggestion).
	* Numerous bugfixes (thanks Andreas Gäb).

2009-03-08  Nico Schlömer  <nico.schloemer@ua.ac.be>

	* Version 0.0.3.
	* Added support for:
	  - subplots
	  - reverse axes
	* Completed support for:
	  - images

2009-01-08  Nico Schlömer  <nico.schloemer@ua.ac.be>

	* Version 0.0.2.
	* Added support for:
	  - quiver (arrow) plots
	  - bar plots
	  - stem plots
	  - stairs plots
	* Added preliminary support for:
	  - images
	  - rose plots
	  - compass plots
	  - polar plots
	* Moreover, large code improvement have been introduced, notably:
	  - aspect ratio handling
	  - color handling
	  - plot options handling


2008-11-07  Nico Schlömer  <nico.schloemer@ua.ac.be>

	* Initial version 0.0.1.
