diff --git a/NEWS b/NEWS index d4cca6b06..4a1c606fd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +2.3.0 +_____ +- Add support for C4 model +- Add support for Fault Tree Analysis with RAAML +- Update the UML data model to align closer to version 2.5.1 +- Enable arrow keys to expand and collapse namespace tree +- Allow Gaphor profiles to be copy and pasted between models +- Improve diagram drawing and scrolling speed +- Fix guides are misaligned when top-left handle is moved +- Update development environment instructions +- Fix undo and redo does not set attributes +- Fix selection lasso is in the wrong place after scrolling + + 2.2.2 _____ - Fix undo of deleted elements diff --git a/pyproject.toml b/pyproject.toml index 0de04964e..2d1faa771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gaphor" -version = "2.2.2" +version = "2.3.0" description = "Gaphor is the simple modeling tool written in Python." authors = [ "Arjan J. Molenaar ",