Skip to content

Commit

Permalink
Readme, release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
koszeggy committed Nov 11, 2022
1 parent 19350c4 commit 878d923
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KGySoft.Drawing.Core/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ changes are compared to KGySoft.Drawing v6.3.2. Breaking changes can be interpre
! The DrawingProgress struct has been removed. It is replaced by KGySoft.Threading.AsyncProgress<T> from the
KGySoft.CoreLibraries assembly.
! The AsyncConfigBase, AsyncConfig and TaskConfig classes and the IAsyncContext interface have been replaced by the
identically named types ones from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
identically named types from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.

! KGySoft.Drawing.Imaging namespace
===================================
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,11 @@ Find the project site at [kgysoft.net](https://kgysoft.net/drawing/)

## Release Notes

Starting with version 7.0.0 each packages have their own change logs:
* [KGySoft.Drawing.Core change log](https://github.com/koszeggy/KGySoft.Drawing/blob/master/KGySoft.Drawing.Core/changelog.txt)
* [KGySoft.Drawing change log](https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/GdiPlus/KGySoft.Drawing/changelog.txt)
* [KGySoft.Drawing.Wpf change log](https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/Wpf/KGySoft.Drawing.Wpf/changelog.txt)
* [KGySoft.Drawing.Uwp change log](https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/Uwp/KGySoft.Drawing.Uwp/changelog.txt)
* [KGySoft.Drawing.WinUI change log](https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/WinUI/KGySoft.Drawing.WinUI/changelog.txt)

## Examples

Expand Down
2 changes: 1 addition & 1 deletion Specific/GdiPlus/KGySoft.Drawing/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
! The DrawingProgress struct has been removed. It is replaced by KGySoft.Threading.AsyncProgress<T> from the
KGySoft.CoreLibraries assembly.
! The AsyncConfigBase, AsyncConfig and TaskConfig classes and the IAsyncContext interface have been replaced by the
identically named types ones from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
identically named types from the KGySoft.Threading namespace in the KGySoft.CoreLibraries assembly.
! BitmapExtensions class:
! CloneCurrentFrame method returns a Bitmap with Format24bppRgb pixel format for CMYK sources.
+ ImageExtensions class:
Expand Down

0 comments on commit 878d923

Please sign in to comment.