From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'lib/compiler/doc/src') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 6d51074d4a..a9579445bc 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -31,6 +31,57 @@

This document describes the changes made to the Compiler application.

+
Compiler 4.9 + +
Improvements and New Features + + +

+ The compiler optimizations have been polished, so that + the code quality will be slightly better in some cases.

+

+ Own Id: OTP-10193

+
+ +

Support for Unicode has been implemented.

+

+ Own Id: OTP-10302

+
+ +

Where necessary a comment stating encoding has been + added to Erlang files. The comment is meant to be removed + in Erlang/OTP R17B when UTF-8 becomes the default + encoding.

+

+ Own Id: OTP-10630

+
+ +

+ Fix some wrong warnings triggered by the option + inline_list_funcs. Thanks to Anthony Ramine.

+

+ Own Id: OTP-10690

+
+ +

+ Forbid local fun variables in Core Erlang guards. Thanks + to Anthony Ramine.

+

+ Own Id: OTP-10706

+
+ +

+ Binary syntax matches could cause an internal consistency + error in in the compiler. (Thanks to Viktor Sovietov for + reporting this bug.)

+

+ Own Id: OTP-10724

+
+
+
+ +
+
Compiler 4.8.2
Fixed Bugs and Malfunctions -- cgit v1.2.3