Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualMelon committed May 14, 2020
1 parent 1927d3d commit 1bd167b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file.
- Multi-Line Text support to SkiaRenderContext (#1538)
- Added title clipping to PlotModel (#1510)
- SvgExporter for OxyPlot.ImageSharp
- Additional support for DrawText's maxSize parameter (1559)
- Consistent support for DrawText's maxSize parameter in OxyPlot.ImageSharp, OxyPlot.SkiaSharp, OxyPlot.WindowsForms, and OxyPlot.SvgRenderContext (#1559)

### Changed
- Legends model (#644)
Expand All @@ -56,6 +56,7 @@ All notable changes to this project will be documented in this file.
- Remove exporter Background properties (#1409)
- Remove OxyThickness Width and Height properties (#1429)
- RenderingExtensions.DrawRectangleAsPolygon(...) extension methods. IRenderContext.DrawRectangle(...) with an appropriate EdgeRenderingMode can be used instead.
- UseVerticalAlignmentWorkaround property of OxyPlot.SvgRenderContext

### Fixed
- Legend font size is not affected by DefaultFontSize (#1396)
Expand All @@ -69,6 +70,8 @@ All notable changes to this project will be documented in this file.
- Text measurement and rendering in OxyPlot.ImageSharp
- ExampleLibrary reporting annotation-only PlotModels as transposable (#1544)
- Vertical text alignment in OxyPlot.SvgRenderContext (#1531)
- Horizontal text alignment for mutliline text for OxyPlot.ImageSharp, OxyPlot.SvgRenderContext, and OxyPlot.WindowsForms (#1554)
- MeasureText method inconsistent between OxyPlot.ImageSharp, OxyPlot.SkiaSharp, and OxyPlot.WindowsForms

## [2.0.0] - 2019-10-19
### Added
Expand Down

0 comments on commit 1bd167b

Please sign in to comment.