Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 1.52 KB

Changelog

All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

next - 2.1.1.2

2.1.1.1 - 2023-03-31

Changed

  • Update upstream version from 2.1.0 to 2.1.1

2.1.0.2 - 2022-01-10

Fixed

  • Fix compilation issues with Qt >= 6.2.0 (thanks to miccs on thread forum qt 6.2 patch)

2.1.0.1 - 2022-01-10

Creation of the repository which provides :

  • QCustomPlot library compliant with Cmake projects (.pro file has been replaced by CMakeLists.txt)
  • Hide Qt dependencies, callers no longer needed to add mandatory modules of the library in their own CMakeLists project (like printsupport module for example)
  • Add a config.h file, generated at CMake step, in order to know which version of the library we are using from the caller project (multiple macros are defined, like QCP_LIB_VERSION for example).