We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9498f60 commit 63d13f8Copy full SHA for 63d13f8
1 file changed
NEWS
@@ -8,12 +8,15 @@
8
9
o debugging: if DEBUG_ENCODING C macro is defined string
10
conversion routines will output debugging information
11
- when strings are converted from R to Java.
+ when strings are converted between R and Java.
12
13
o JRI: console callbacks (Read/WriteConsole) encode and decode
14
strings between native encoding and Java. (#24)
15
Previously, only UTF-8 native locales were supported.
16
17
+ o Replaced deprected constructors like new Double(double) with
18
+ valueOf() calls to make recent JDKs happy.
19
+
20
21
1.0-6 2021-12-10
22
o remove obsolete autoconf macros
0 commit comments