Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 1.08 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 Calendar Versioning (year.month), with the possibility of patch releases (year.month.patch).

Until April 2024 (inclusive) no changelog was kept. We might try to reconstruct it in future.

Unreleased

Added

  • Add option for helium-filled decay volume
  • Add pre-commit config: This will be phased in to improve code quality and spot issues as early as possible. Status visible in README and CI enabled for new pull requests.
  • Add CHANGELOG.md
  • Add .git-blame-ignore-revs to allow automatic reformatting etc. without polluting git blame
  • Automatically built documentation using Doxygen

Fixed

  • Remove trailing whitespace and fix line endings
  • Fix compilation warnings due to deprecations #469

Changed

  • Update getGeoInformation command line interface

Removed

  • Remove obsolete files related to old ways of installing or testing FairShip
  • Remove uses of future and past modules #473