#325 270 - Erlang 21
Merged 4 years ago by pbokoc. Opened 4 years ago by pbokoc.
fedora-docs/ pbokoc/release-notes iss270  into  f30

@@ -3,3 +3,23 @@ 

  

  [[sect-erlang]]

  = Erlang

+ 

+ == Erlang 21

+ 

+ The default **Erlang** version in Fedora 30 is 21. Notable changes in this version include:

+ 

+ * The BEAM interpreter has been completely re-written.

+ * The compiler is about 10-20% faster.

+ * Enhanced and improved IO handling.

+ * All `CORBA` libraries were split off to an independent repository.

+ * Insecure cryptographic algorithms were disabled.

+ * Non-smp VM removed.

+ * New API for logging: `logger`.

+ * The `zlib` module has been refactored and all its operations now yield appropriately, allowing them to be used freely in concurrent applications.

+ 

+ See the upstream release notes for more information:

+ 

+ * link:http://www.erlang.org/news/123[Erlang/OTP 21.0 release notes]

+ * link:http://www.erlang.org/news/124[Erlang/OTP 21.1 release notes]

+ * link:http://www.erlang.org/news/125[Erlang/OTP 21.2 release notes]

+ * link:http://www.erlang.org/news/127[Erlang/OTP 21.3 release notes]

Pull-Request has been merged by pbokoc

4 years ago