Skip to content

Commit

Permalink
Update changelog for 3.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ptziegler authored and azoitl committed Sep 6, 2024
1 parent 4660b69 commit 0214a12
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# GEF Classic 3.21.0

As part of this release, several of the icons have been converted from gif to png and updated to also contain a 200% zoom variant, in order to improve compatibility with high-DPI screens. See [here](https://github.com/eclipse/gef-classic/milestone/6) for a full list of changes.

## Draw2d
- Previously deprecated methods/fields in the Geometry component have been marked as "for removal".

## GEF
- Removal of deprecated Stack View and Debug Console.
- The PaletteAnimator may no longer be accessed using the edit-part registry. Use the dedicated getter and setter methods of the PaletteViewer instead.
- The convenience method `getEditPartForModel(Object)` has been added to the EditPartViewer, substituting `getEditPartRegistry().get(Object)`.

# GEF Classic 3.20.0

## Draw2d
Expand Down

0 comments on commit 0214a12

Please sign in to comment.