ruby-changes:73857
From: Hiroshi <ko1@a...>
Date: Wed, 5 Oct 2022 18:26:35 +0900 (JST)
Subject: [ruby-changes:73857] b84140f607 (master): Mentioned removing libffi sources from fiddle
https://git.ruby-lang.org/ruby.git/commit/?id=b84140f607 From b84140f607526018b604f1b4f3e7917ff5112c17 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Wed, 5 Oct 2022 18:26:17 +0900 Subject: Mentioned removing libffi sources from fiddle --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 159ca97e3b..53827f98d5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -256,7 +256,8 @@ The following deprecated methods are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L256 ## Stdlib compatibility issues * `Psych` no longer bundles libyaml sources. - Users need to install the libyaml library themselves via the package + And also `Fiddle` no longer bundles libffi sources. + Users need to install the libyaml/libffi library themselves via the package system. [[Feature #18571]] ## C API updates -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/