From d4a3ce2fbc3b09d3b45381a549a792ad88cf76a9 Mon Sep 17 00:00:00 2001 From: David Nault Date: Sat, 1 Jan 2022 20:07:47 -0800 Subject: [PATCH] changelog formatting --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7be162b..a0dec17 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -145,7 +145,7 @@ annotation is no longer required. Breaking changes: -* The annotation processor is now a separate artifact, +:truck: The annotation processor is now a separate artifact, `com.github.therapi:therapi-runtime-javadoc-scribe`. Issues resolved: @@ -164,7 +164,7 @@ Issues resolved: ## 0.2.0 - December 4, 2016 -* Complete overhaul to use an annotation processor instead of a Gradle plugin. +:tada: Complete overhaul to use an annotation processor instead of a Gradle plugin. The new approach is compatible with Maven projects, and works when code is run directly from an IDE.