From 2a091d26291f8a2118cb5691ce3d24acb31e61ae Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Thu, 1 Apr 2021 09:29:22 -0700 Subject: [PATCH] Update changelog for #5868 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8a2feb6..73bad49c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ PLEASE REMEMBER TO CHANGE THE '..master' WITH AN ACTUAL TAG in GITHUB LINK. `OverflowError` rather than having their value silently truncated. * Bug fixes: * `host_callback` now supports empty arrays in arguments and results ({jax-issue}`#6262`). + * {func}`jax.random.randint` clips rather than wraps of out-of-bounds limits, and can now generate + integers in the full range of the specified dtype ({jax-issue}`#5868`) ## jaxlib 0.1.65 (unreleased)