diff --git a/docs/changelog.md b/docs/changelog.md index 69c235f28c..bb4de3c75f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -32,6 +32,8 @@ what we publish. ### Standard library changes +- Add a new `validate` parameter to the `b64decode()` function. + - `UnsafePointer`'s `bitcast` method has now been split into `bitcast` for changing the type, `origin_cast` for changing mutability, `static_alignment_cast` for changing alignment,