Skip to content

Commit 6d362c1

Browse files
authored
Update NEWS
1 parent a51dc78 commit 6d362c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

NEWS

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
NEWS/ChangeLog for rJava
22
--------------------------
33

4-
1.0-7
4+
1.0-8
5+
o attempt to prevent (close to) infinite loop in stack
6+
detection due to unwanted tail call optimization by
7+
gcc >= 11 if JDK older than Java 10 is used. (#300)
8+
9+
10+
1.0-7 2022-04-29
511
o fix conversion from native encoding into UTF-16 (introduced
612
in 1.0-2) to work correctly if the native encoding is
713
neither UTF-8 nor Latin1. (#228)

0 commit comments

Comments
 (0)