Skip to content

Commit

Permalink
include changelog from repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgar committed Sep 21, 2019
1 parent fcfdae6 commit 0e3be9d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 39 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.MD

This file was deleted.

26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
v2.0.1 (September 21, 2019)
-----------------------------------------------------

* LOD settings added to preferences
* Themes improvements
* New wire styles
* Api refactoring
* App can run without packages
* Sliders improvements and refactoring
* Smart create input widgets for int and floats in function library, if range is specified

Bug fixes

v2.0.0 (June 11, 2019)
-----------------------------------------------------

* Subgraphs added
* Node anatomy changed
* Added data exporters/importers hooks
* Everything is modular
* Editor tool class added
* Customizable themes
* Enhanced wire connection
* Wires are selectable
* All nodes can be collapsed
* Node's menu actions can be showed to the right of node name as buttons
27 changes: 2 additions & 25 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,6 @@ Changelog

PyFlow releases use a `semantic versioning <http://semver.org>`_ policy.

v2.0.1 (September 21, 2019)
-----------------------------------------------------

* LOD settings added to preferences
* Themes improvements
* New wire styles
* Api refactoring
* App can run without packages
* Sliders improvements and refactoring
* Smart create input widgets for int and floats in function library, if range is specified

Bug fixes

v2.0.0 (June 11, 2019)
-----------------------------------------------------

* Subgraphs added
* Node anatomy changed
* Added data exporters/importers hooks
* Everything is modular
* Editor tool class added
* Customizable themes
* Enhanced wire connection
* Wires are selectable
* All nodes can be collapsed
* Node's menu actions can be showed to the right of node name as buttons
.. literalinclude:: ../../CHANGELOG.rst
:language: rst

0 comments on commit 0e3be9d

Please sign in to comment.