diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 687c202aa7fa..0fdf183f454b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,77 @@
This document describes the changes made to the ERTS application.
++ Fix using the IME (Input Method Editor) to enter text in + cmd.exe and powershell.exe on Windows.
++ Own Id: OTP-18630 Aux Id: PR-7275 GH-7029
++ Multiple socket:accept calls issue. When making multiple + accept calls, only the last call is active.
++ Own Id: OTP-18635 Aux Id: #7328
++ Fix the shell to ignore terminal delay when the terminal + capabilities report that they should be used.
++ Own Id: OTP-18636 Aux Id: PR-7352 GH-7308
++ Fix "oldshell" to echo characters while typing on + Windows.
++ Own Id: OTP-18637 Aux Id: PR-7359 GH-7324
++ On Windows, a call to the function socket:close, when + there are waiting active calls to read, write or accept + functions, could hang.
++ Own Id: OTP-18646
+
+ Fix issues when reading or configuring
+ Own Id: OTP-18649 Aux Id: GH-7261 PR-7400
+The following functions are now much faster when given + a long list or binary:
+ Own Id: OTP-18659 Aux Id: PR-7426
+On AArch64 (ARM64), equality and non-equality tests + with literal bitstrings could succeed when they should + fail and vice versa.
++ Own Id: OTP-18663 Aux Id: GH-7433, PR-7437
+This document describes the changes made to the Compiler application.
+Fixed a type handling bug that would cause an internal + consistence failure for correct code.
++ Own Id: OTP-18625 Aux Id: GH-7354
+Fixed a bug that could cause the stack trace of
+
+ Own Id: OTP-18626 Aux Id: GH-7356
+Complex guard expression using '
+ Own Id: OTP-18634 Aux Id: GH-7370
+This document describes the changes made to the Kernel application.
++ Fix bug where when you entered Alt+Enter in the terminal, + the cursor would move to the last line, instead of moving + to the next line.
++ Own Id: OTP-18580 Aux Id: PR-7242
++ Fix so that the shell does not crash on startup when + termcap is not available.
++ Own Id: OTP-18624 Aux Id: GH-7296
++ Multiple socket:accept calls issue. When making multiple + accept calls, only the last call is active.
++ Own Id: OTP-18635 Aux Id: #7328
++ Fix the shell to ignore terminal delay when the terminal + capabilities report that they should be used.
++ Own Id: OTP-18636 Aux Id: PR-7352 GH-7308
++ Fix "oldshell" to echo characters while typing on + Windows.
++ Own Id: OTP-18637 Aux Id: PR-7359 GH-7324
+
+ Fix eof handling when reading from stdin when erlang is
+ started using
+ Own Id: OTP-18640 Aux Id: PR-7384 GH-7368 GH-7286 GH-6881
++ On Windows, a call to the function socket:close, when + there are waiting active calls to read, write or accept + functions, could hang.
++ Own Id: OTP-18646
+
+ Fix issues when reading or configuring
+ Own Id: OTP-18649 Aux Id: GH-7261 PR-7400
++ gen_udp:connect with inet_backend = socket fails when the + Address is a hostname (string or atom).
++ Own Id: OTP-18650
++ Fixed problem which would cause shell to crash if + particular escape sequence was written to stdout.
++ Own Id: OTP-18651 Aux Id: PR-7242
++ Fixed problem where output would disappear if it was + received after a prompt was written in the shell.
++ Own Id: OTP-18652 Aux Id: PR-7242
++ Fix a crash where the location of erts could not be found + in rebar3 dev builds.
++ Own Id: OTP-18656 Aux Id: PR-7404 GH-7390
+
+ Introduce the KERNEL application parameter
+
+ Own Id: OTP-18657 Aux Id: GH-7230 PR-7384
++ Added multiline editing support to ssh clients connected + through OTP ssh daemon.
++ Own Id: OTP-18653 Aux Id: PR-7242
+This document describes the changes made to the SSL application.
+
+ Added keylog information to all protocol versions in
+
+ Own Id: OTP-18643 Aux Id: ERIERL-932
++ Add RFC-6083 considerations for DTLS to enable gen_sctp + based callback for the transport.
++ Own Id: OTP-18618 Aux Id: ERIERL-932
+This document describes the changes made to the STDLIB application.
++ Fix bug where when you entered Alt+Enter in the terminal, + the cursor would move to the last line, instead of moving + to the next line.
++ Own Id: OTP-18580 Aux Id: PR-7242
+
+ Fix eof handling when reading from stdin when erlang is
+ started using
+ Own Id: OTP-18640 Aux Id: PR-7384 GH-7368 GH-7286 GH-6881
++ Fixed problem where output would disappear if it was + received after a prompt was written in the shell.
++ Own Id: OTP-18652 Aux Id: PR-7242
+The following functions are now much faster when given + a long list or binary:
+ Own Id: OTP-18659 Aux Id: PR-7426
+