Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed Nov 11, 2018
1 parent c22da70 commit 6d4eb21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ is additional appenders for [Logback](http://logback.qos.ch/).

### Latest changes

##### Version 1.5.0

* Use Encoder instead of Layout directly. https://github.com/sndyuk/logback-more-appenders/pull/28
* Support SSL enabled for Fluency. https://github.com/sndyuk/logback-more-appenders/pull/29

##### Version 1.4.4

* Remove unnecessary log message size limit. https://github.com/sndyuk/logback-more-appenders/pull/26
Expand Down Expand Up @@ -66,7 +71,7 @@ Configure your pom.xml:
<dependency>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.4.4</version>
<version>1.5.0</version>
</dependency>

<!-- [Optional] If you use The Fluentd appender, You need to add the dependency(fluent-logger). -->
Expand Down

0 comments on commit 6d4eb21

Please sign in to comment.