Skip to content

Commit

Permalink
fix missing appostrov
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Nov 22, 2023
1 parent 9773f82 commit a9c174f
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 72 deletions.
143 changes: 72 additions & 71 deletions docs/blogposts/v0.20/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/pages/blogposts/v0.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ All these changes led to significant performance improvements while simplifying
- Deprecated the `resolution` keyword in favor of `size` to reflect that this value is not a pixel resolution anymore [#3343](https://github.com/MakieOrg/Makie.jl/pull/3343).
- Deprecated `pixelarea(scene)` and `scene.px_area` in favor of `viewport`
- Deprecated `shading::Bool` in favor of `shading::ShadingAlgorithm`
- Deprecated `SurfaceLike` traits (`ContinuousSurface` and `DiscreteSurface`) in favor of `CellBasedGrid`, `VertexBasedGrid` and `ImageLike
- Deprecated `SurfaceLike` traits (`ContinuousSurface` and `DiscreteSurface`) in favor of `CellBasedGrid`, `VertexBasedGrid` and `ImageLike`

### Old deprecations that got removed

Expand Down

0 comments on commit a9c174f

Please sign in to comment.