Skip to content

Commit 4454c89

Browse files
author
Stephen Powis
committed
update changelog
1 parent e303f2f commit 4454c89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
#### Possible Breaking Dependency Change
88

99
- Removed `org.apache.logging.log4j` dependency, instead relying on the org.slf4j logging interface/facade dependency explicitly.
10-
- If your project was depending on this transitive dependency you may need to add it to your own project:
10+
- If your project was **NOT** depending on this transitive dependency, **no changes are required to upgrade**.
11+
- If your project **WAS** depending on this transitive dependency, you may need to add it to your own project:
1112

1213
```xml
1314
<dependency>

0 commit comments

Comments
 (0)