Skip to content

Commit

Permalink
Add NEWS for 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Jul 22, 2023
1 parent d9eeb6d commit 5ebad6c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.10.0

## Breaking changes

- `clamp01` has been restricted to `AbstractGray` and `AbstractRGB`, as it did not make sense for colors like `HSV` (#181)
- Step 3 of [ColorVectorSpace's `abs2` transition has been completed](https://github.com/JuliaGraphics/ColorVectorSpace.jl#abs-and-abs2); users and developers should now replace any `ColorVectorSpace.Future.abs2` calls with `abs2` to prevent breakage when the final step completes.

## Other changes

- AbstractFFTs.jl is no longer a dependency; error hints are now used for `fft` operations on deliberately-unsupported `Colorant` types
- Graphics.jl is no longer a dependency
- PrecompileTools.jl is now used for precompilation

# 0.7.0

## Breaking changes
Expand Down

0 comments on commit 5ebad6c

Please sign in to comment.