#*******************************************************************************
#**  This file is part of Qt Mocks.                                          ***
#**                                                                          ***
#**  Copyright (C) 2018, 2019, 2020, 2021                                    ***
#**  John Schneiderman <Licencing _AT_ Schneiderman _DOT_ me>                ***
#**                                                                          ***
#**  This program is free software: you can redistribute it and/or modify it ***
#**  under the terms of the GNU Lesser General Public License as published   ***
#**  by the Free Software Foundation, either version 3 of the License, or    ***
#**  (at your option) any later version.                                     ***
#**                                                                          ***
#**  This program is distributed in the hope that it will be useful, but     ***
#**  WITHOUT ANY WARRANTY; without even the implied warranty of              ***
#**  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                    ***
#**  See the GNU Lesser General Public License for more details.             ***
#**                                                                          ***
#**  You should have received a copy of the GNU Lesser General Public License***
#**  along with this program. If not, see <http://www.gnu.org/licenses/>.    ***
#*******************************************************************************
2021-02-28 John Schneiderman <JohnMS_AT_member_DOT_fsf_DOT_org> 0.4.0
	* Feature: Adds a way to display library information.
	* Feature: Adds common stream insertion support for common Qt container types.
	* Feature: When a type does not have a stream insertion operator, the raw bytes of the object
			will be used instead.
	* Feature: Most of the former macros are replaced with their templated variants.
	* Development: Uses the built-in CMake internal/external source code functionality.
	* Development: Ability to select building a static or shared library.
	* Development: Individual unit-tests now be debugged via Visual Studio by default.
	* Development: Scripts for automating package creation.
	* Development: Updated all libraries to match the lowest supported target, Debian stable.
	* Development: Packaging scripts.
2020-06-02 John Schneiderman <JohnMS_AT_member_DOT_fsf_DOT_org> 0.3.0
	* Feature: Adds an stream operator for a pair.
	* Bug Fix: Fixed matchers that weren't explicit.
	* Bug Fix: Fixed not using standard algorithms.
	* Development: Fixed ctest not working on the command line and only in KDevelop.
2019-06-27 John Schneiderman <JohnMS_AT_member_DOT_fsf_DOT_org> 0.2.0
	* Feature: Adds ability to test container types for equality.
	* Feature: Adds ability to test a function does not throw.
	* Feature: Adds ability to install as a library.
	* Bug Fix: Fixed QEXPECT_THAT running the test multiple times.
	* Development: Pulled out of parent project and relicenced under the LGPL.
	* Development: Adds built in support for CMake unit-test running.
2018-05-28 John Schneiderman <JohnMS_AT_member_DOT_fsf_DOT_org> 0.1.0
	* Feature: Ability to mock basic classes.
	* Feature: Ability to test against a value.
	* Feature: Ability to match "AllOf" tests.
