Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Apr 30, 2024
1 parent ce0e58f commit cf84ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

- Document `WilkinsonTicks` [#3819](https://github.com/MakieOrg/Makie.jl/pull/3819).
- Improved thread safety of rendering with CairoMakie (independent `Scene`s only) by locking FreeType handles [#3777](https://github.com/MakieOrg/Makie.jl/pull/3777).

## [0.20.9] - 2024-03-29
Expand Down
3 changes: 2 additions & 1 deletion src/makielayout/ticklocators/wilkinson.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ function WilkinsonTicks(
end

WilkinsonTicks(
k_ideal, k_min, k_max, Q, granularity_weight, simplicity_weight, coverage_weight, niceness_weight
k_ideal, k_min, k_max, Q, granularity_weight,
simplicity_weight, coverage_weight, niceness_weight
)
end

Expand Down

0 comments on commit cf84ed9

Please sign in to comment.