Update CHANGELOG to indicate that 0.4.0 was yanked.

PiperOrigin-RevId: 494868884
This commit is contained in:
Yash Katariya 2022-12-12 17:01:54 -08:00 committed by jax authors
parent 71569e1d16
commit dc8ead04b4

View File

@ -8,9 +8,6 @@ Remember to align the itemized text with the first line of an item within a list
## jax 0.4.1
## jaxlib 0.4.1
## jax 0.4.0 (Dec 12, 2022)
* Changes
* Support for Python 3.7 has been dropped, in accordance with JAX's
{ref}`version-support-policy`.
@ -43,7 +40,8 @@ Remember to align the itemized text with the first line of an item within a list
It will be removed in a future release, in accordance with the {ref}`api-compatibility`
policy. It can be replaced with `jnp.sort(a, axis=0)`.
## jaxlib 0.4.0 (Dec 12, 2022)
## jaxlib 0.4.1
* Changes
* Support for Python 3.7 has been dropped, in accordance with JAX's
{ref}`version-support-policy`.
@ -55,6 +53,13 @@ Remember to align the itemized text with the first line of an item within a list
* The deprecated method `.block_host_until_ready()` has been removed. Use
`.block_until_ready()` instead.
## jax 0.4.0 (Dec 12, 2022)
* The release was yanked.
## jaxlib 0.4.0 (Dec 12, 2022)
* The release was yanked.
## jax 0.3.25 (Nov 15, 2022)
* Changes