We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e1c80 commit 8abc74dCopy full SHA for 8abc74d
CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## 2.0.6 - 2018-03-26
9
+
10
+### Changed
11
12
+- Help text formatting now treats multi-newlines as paragraph separators, while
13
+ single newlines are still treated like spaces. Thanks @leomillon!
14
15
## 2.0.5 - 2018-03-20
16
17
### Changed
gradle.properties
@@ -1,4 +1,4 @@
1
-version=2.0.6-SNAPSHOT
+version=2.0.6
2
3
# Dependency versions
4
dokka_version = 0.9.16
0 commit comments