diff --git a/Project.toml b/Project.toml index 7c275a3..a29ec24 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FixedSizeArrays" uuid = "3821ddf9-e5b5-40d5-8e25-6813ab96b5e2" -version = "1.3.0" +version = "1.4.0" authors = ["Mosè Giordano , Neven Sajko , Oscar Smith , and contributors"] [deps] diff --git a/docs/src/usage.md b/docs/src/usage.md index 4b12c9d..4081e6f 100644 --- a/docs/src/usage.md +++ b/docs/src/usage.md @@ -115,3 +115,7 @@ This exception type does not store the entire array for reporting the error mess We do not guarantee to throw either `BoundsError` or `BoundsErrorLight` when accessing an out-of-bound index of a `FixedSizeArray`. The exact exception raised may change at any point without breaking the semantic versioning compatibility contract. + +!!! note + + `BoundsErrorLight` is an alias for `LightBoundsError` from the [LightBoundsErrors.jl](https://github.com/JuliaArrays/LightBoundsErrors.jl) package.