diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-03-08 01:44:03 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-03-08 01:44:03 -0700 |
| commit | 6d9dd3522ff340ec5a7b0aa550431e82bddff868 (patch) | |
| tree | 6bc2eef73f67b843294ace747a62f640750461e5 | |
| parent | a25931bf6bcd90edd795f481192b9b74b9e75d87 (diff) | |
fix typo in CHANGELOG [skip ci]
| -rw-r--r-- | CHANGELOG.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 9ea80834..675ccb23 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -14,7 +14,7 @@ Improvements:: Bug Fixes:: * propagate source location to table cell for description in horizontal dlist so it is included in truncation warning message (#2502) -* eradicate use of the base64 library to fix waarning about base64 gem when using Ruby >= 3.3 +* eradicate use of the base64 library to fix warning about base64 gem when using Ruby >= 3.3 * upgrade prawn-svg to 0.34 to fix warning about base64 gem when using Ruby >= 3.3; apply additional patch to fix bug in prawn-svg Build / Infrastructure:: |
