Skip to content

Changelogs

These only contains a quick overview of the changes that took place between two stable releases. In any case, please refer to the release's documentation to have the full details about new features as well as the full, detailed git logs if you need to know more details about what happened in a development cycle. Such git logs can be generated by typing the following command in a terminal (from your local copy of the repository, the first commit hash can be replaced by any other commit hash of interest):

git log --name-only 4e5a942b..master > Changelog.txt
That would give you the whole commits comments between commit 4e5a942b and the current MASTER. In order to know which git version matches which stable release, please go to the tags repository: the revision for each release is written in the third column or provide a tag number as argument to the 'git log' command.

Changelogs