ColorFull ChangeLog				(emacs -*- outline -*- format)

* ColorFull release 1.1
** Added functions split_gluon, default_parton_numbers, rename_partons in Col_functions. These functions are used for g -> qqbar splitting.
** Removed Matchbox interface to Herwig, since ColorFull along with the interface, is shipped with Herwig from version 7.0.
** Included various minor updates from Herwig version.

* ColorFull release 1.0
** Fixed Monomial.h to build using --std=c++11 and --std=c++14.
** Fixed all warnings appearing with -Wextra for g++ and clang using --std=c++11 and c++14. This required removing some arguments in private functions.

* ColorFull release 0.99

** Added class member functions for reading in/writing out files
** Added operators like comparison operators, == and !=,  arithmetic operators, +, - and *, as well as stream operators <<
** Changed name of Col_gamma to color_gamma in the Col_basis class
** Removed the dummy gluon number argument from the color_correlator function in the Col_functions
** Removed unused versions of the leading and double_num member functions in the Col_functions class
** Consistently renamed append and push_back member functions to append

