Skip to content

Latest commit

 

History

History
80 lines (43 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

80 lines (43 loc) · 2.13 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

Added

Changed

Removed

[0.1.17] - 2020-07-31

NB: Some of the changes below were released in versions not reflected in this Changelog. This entry brings us up to date.

Added

  • Add -j1 fallback and failure tracking to statistics. I50 PR49

  • Add check for pending migrations that fail jobs. I57 PR60

Changed

  • Sort the -j1 and failure lists to keep them in order for GIT. I56 PR61

  • Upgrade for rails security issues. I58 PR59

Removed

[0.1.11] - 2018-05-04

Added

Changed

  • Updated rails-html-sanitzer gem to address security vulnerability. I46 PR45

Removed

[0.1.10] - 2018-04-13

Added

Changed

  • Updated Loofah and Nokogiri gems to address a security vulnerability. I45

Removed

[0.1.9] - 2018-01-26

Added

  • Added this changelog. I41 PR40

  • Updated Nokogiri gem to 1.8.1 to address a security vulnerability. I38 PR42

Changed

  • Altered the order of the tasks run under mutator:all so that the cleanup phase occurs before the analyze phase. I39 PR44

Removed