Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. The project is versioned using CalVer.

Added

  • Added checker "Escaped Ampersands": check_ampersands.py which checks all CSV journals in the folder journals to make sure all instances of ampersands are unescaped

Changed

  • .github/workflows/tests.yml contains the script check_ampersands.py
  • Minor format changes in README.md and LISENSE.md as the old GitHub actions check was already failing
  • Found an escaped ampersands using the new script in journal_abbreviations_dainst.csv so this was amended.

Removed

  • [;<frequency>] was removed, because it was used very seldom - and the data should be collected at other places.

2021-09

Initial tagged release