Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 1.22 KB

CHANGELOG.adoc

File metadata and controls

45 lines (29 loc) · 1.22 KB

Changelog

This document is based on theKeep a Changelog 1.0.0 specification.

Each new should include:

  • Version (semantic version)

  • Date of release (in yyyy/mm/dd format)

For each release, a subsection should be added for each of the following if they are non-empty:

  • Added for new features.

  • Changed for changes in existing functionality.

  • Deprecated for soon-to-be removed features.

  • Fixed for any bug fixes.

  • Removed for now removed features.

  • Security in case of vulnerabilities.

UNRELEASED (yyyy/mm/dd)

Changed

  • Switch from compileOnly("com.google.code.findbugs:jsr305:3.0.2") to compileOnly("org.checkerframework:checker-qual:version") for annotations

  • BuildTaskAssert.pathIsEqualTo now takes a CharSequence instead of a String as input

  • Dependency updates

0.2.0 (2017/10/13)

Fixed

  • Method visibility on GradleAssertions are public instead of package private

Changed

  • Package namespaces changed.

0.1.0 (2017/10/06)

Initial release