diff options
author | Jérôme Vieilledent <lolautruche@gmail.com> | 2014-09-12 16:45:00 +0200 |
---|---|---|
committer | Jérôme Vieilledent <lolautruche@gmail.com> | 2014-09-12 16:45:00 +0200 |
commit | 3733eb4fc080bcfc64793ab02054bbf170d731c6 (patch) | |
tree | 018ef1e915620acd89e7bd5119462b913e9e7f9a | |
parent | 691431de8c17573398a9248fc37c8de3a88cb258 (diff) | |
download | zetacomponents-graph-3733eb4fc080bcfc64793ab02054bbf170d731c6.zip zetacomponents-graph-3733eb4fc080bcfc64793ab02054bbf170d731c6.tar.gz |
Update ChangeLog
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +1.5.2 - Saturday 21 December 2013 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fixed Base dependency to use semver in composer.json + +1.5.1 - Saturday 21 December 2013 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Clean up mock objects stored in attributes at tearDown(). +- Fixed: Adjusted source headers of Graph to Apache license. +- Updated: Moving copyright information to NOTICE files. +- Fixed: Added missing file level doc blocks in order to satisfy ASF license regulations. +- Fixed: Updated copyright dates in NOTICE files. +- Remove custom test runner. +- Fixed #95 (typo in docblock), thanks Yousif Masoud +- Enabled 2 test cases (22 tests) in Graph component +- Added composer.json +- Added Travis config +- Patched ezcGraphRenderer3d to render labels correclty in case of additional axes +- Use non-local-aware number printing everywhere +- Also make verbose driver non local aware +- Fixed parameter order in comparison + 1.5 - Monday 21 December 2009 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |