We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6464140 + 5c439c3 commit 4c87555Copy full SHA for 4c87555
CHANGELOG.adoc
@@ -18,6 +18,10 @@ Improvement::
18
* Upgrade to asciidoctor 2.0.15 (#1026)
19
* Upgrade to asciidoctor-epub 1.5.1 (#1030)
20
21
+Bug Fixes::
22
+
23
+* Fix performance regression in v2.5.0 with asciidoctorj-pdf and concurrent-ruby (@kedar-joshi) (#1032)
24
25
Build Improvement::
26
27
* Upgrade to sdkman vendor plugin 2.0.0
build.gradle
@@ -83,7 +83,7 @@ ext {
83
hamlGemVersion = '5.0.4'
84
openUriCachedGemVersion = '0.0.5'
85
slimGemVersion = '4.1.0'
86
- concurrentRubyGemVersion = '1.1.8'
+ concurrentRubyGemVersion = '1.1.7'
87
spockVersion = '1.3-groovy-2.4'
88
threadSafeGemVersion = '0.3.6'
89
tiltGemVersion = '2.0.10'
0 commit comments