diff options
| author | Erlang/OTP <[email protected]> | 2018-12-10 11:07:05 +0100 | 
|---|---|---|
| committer | Erlang/OTP <[email protected]> | 2018-12-10 11:07:05 +0100 | 
| commit | a2ca3bd78fc002dd1e6533c191e44092cc3aa949 (patch) | |
| tree | decbe6888e2f6f6da4e9d3720c8933452bb28024 /lib/sasl/doc/src | |
| parent | e08ae3d65c3528cf2c2efd9c771efbf0f7494515 (diff) | |
| download | otp-a2ca3bd78fc002dd1e6533c191e44092cc3aa949.tar.gz otp-a2ca3bd78fc002dd1e6533c191e44092cc3aa949.tar.bz2 otp-a2ca3bd78fc002dd1e6533c191e44092cc3aa949.zip | |
Prepare release
Diffstat (limited to 'lib/sasl/doc/src')
| -rw-r--r-- | lib/sasl/doc/src/notes.xml | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml index fce032136d..982c874117 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -31,6 +31,23 @@    </header>    <p>This document describes the changes made to the SASL application.</p> +<section><title>SASL 3.3</title> + +    <section><title>Improvements and New Features</title> +      <list> +        <item> +          <p> +	    New <c>counters</c> and <c>atomics</c> modules supplies +	    access to highly efficient operations on mutable fixed +	    word sized variables.</p> +          <p> +	    Own Id: OTP-13468</p> +        </item> +      </list> +    </section> + +</section> +  <section><title>SASL 3.2.1</title>      <section><title>Fixed Bugs and Malfunctions</title> | 
