Skip to content

Commit 63d13f8

Browse files
committed
update NEWS
1 parent 9498f60 commit 63d13f8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88

99
o debugging: if DEBUG_ENCODING C macro is defined string
1010
conversion routines will output debugging information
11-
when strings are converted from R to Java.
11+
when strings are converted between R and Java.
1212

1313
o JRI: console callbacks (Read/WriteConsole) encode and decode
1414
strings between native encoding and Java. (#24)
1515
Previously, only UTF-8 native locales were supported.
1616

17+
o Replaced deprected constructors like new Double(double) with
18+
valueOf() calls to make recent JDKs happy.
19+
1720

1821
1.0-6 2021-12-10
1922
o remove obsolete autoconf macros

0 commit comments

Comments
 (0)