Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

41 lines (32 loc) · 1.05 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.

Example

[0.0.x] 2017-04-26

Summary

  • This is a quick summary for people to understand what this release is about.

Fixed

  • Fixed broke thing 1 (DevMattm)

Added

  • Added cool new feature (DevMattm)

Changed

  • Changed something to make more awesome (DevMattm)


##[0.2.0]

  • Fix id_pairs bug
  • Remove vulnerable libraries from requirements
  • Gracefully handle missing tags
  • Fix typo in Linux unmount command

##[0.1.0]

  • Add DicomImage class
  • Add logger (Lumberjack)
  • Add id csv

##[0.0.1]

  • Add gitignore
  • Create README.md, CHANGELOG.md, AUTHORS and LICENSE
  • Add config file
  • Write polyjuice.py
  • Add DicomCaretaker class