GY-63_MS5611/libraries/AtomicWeight/CHANGELOG.md
2022-12-31 17:38:51 +01:00

617 B

Change Log AtomicWeight

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.

[0.1.1] - 2022-12-30

  • fix offset in some functions
  • move code to .cpp file
  • add float weight(char * formula)
  • refactor and clean up a bit.
  • update readme.md.

[0.1.0] - 2022-12-30

  • initial release
  • renamed class from AtomicWeight to PTOE.
  • add find(abbrev)
  • add examples.
  • update readme.md.

[0.0.1] - 2022-03-09

  • first light (not released)