From 2955ddebc32837b66d9bacb4e925ad0ed0033168 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Jun 2015 10:24:26 +0200 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'lib/erl_interface/doc/src') diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 8608088b99..00427ea2ee 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,26 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.8 + +
Improvements and New Features + + +

+ Do not accept Nan and Infinity values

+

+ Erlang does not accept these values, so we return an + error in the C interface rather than letting them through + to the Erlang VM, which rejects the message with a + somewhat cryptic "bad external term".

+

+ Own Id: OTP-12801

+
+
+
+ +
+
Erl_Interface 3.7.20
Fixed Bugs and Malfunctions -- cgit v1.2.3