Skip to content

Instantly share code, notes, and snippets.

@merikan
Last active April 7, 2023 05:37
Show Gist options
  • Save merikan/8a449aacfedff638603c to your computer and use it in GitHub Desktop.
Save merikan/8a449aacfedff638603c to your computer and use it in GitHub Desktop.
A CHANGELOG template to be used in projects

Change Log

All notable changes to this project will be documented in this file.
This project adheres to Keep a CHANGELOG and Semantic Versioning

[Unreleased] - [unreleased]

Bug fixes

New features

Improvements

Dependency updates

1.0.1 - (2015-10-13)

Bug fixes

  • Print the complete exception stack when captured by the LoggingHandler
  • Remove Hibernate provider warning

New features

  • Alternative to mvc:annotation-driven and params with dots improvements
  • Implement a findByIDs method

Improvements

  • Remove unnecessary downcasting from Iterable to List in CrudService
  • ModelMapper as optional dependency : Be aware that this change could potentially break your build. You now have to explicitly include modelmapper

Dependency updates

  • spring-boot 1.3.5 -> 1.3.8
    • jackson-* 2.6.6 -> 2.6.7
    • spring-* 4.2.6 -> 4.2.8
  • fongo 1.3.0 -> 1.6.8
  • apache-cxf 1.3.6 -> 1.3.9

1.0.0 - (2015-10-13)

  • Initial version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment