From 28694636fcabb73602ca013fe3965b326eb4cce3 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mon, 20 Nov 2023 13:18:55 +0100 Subject: [PATCH] History.md: Escape Markdown syntax Italic "*". [ci skip] [ This is a backport to the 3.2 branch. ] (cherry picked from commit dc26433ae5705a0e040b2b79e09675308d53ab9f) --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index bd7b1ec1b..3249f6617 100644 --- a/History.md +++ b/History.md @@ -457,7 +457,7 @@ Security fixes Bug fixes --------- -* Fixed OpenSSL::PKey::*.{new,generate} immediately aborting if the thread is +* Fixed OpenSSL::PKey::\*.{new,generate} immediately aborting if the thread is interrupted. [[Bug #14882]](https://bugs.ruby-lang.org/issues/14882) [[GitHub #205]](https://github.com/ruby/openssl/pull/205)