File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,22 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+
78## [ Unreleased]
89
910### Added
1011
12+ ### Changed
13+
14+ ### Removed
15+
16+ ### Fixed
17+
18+
19+ ## [ 0.8.1] - 2021-08-24
20+
21+ ### Added
22+
1123- Support nested callbacks inside array arguments, for instance in ` array_modify ` , ` array_create `
1224- Support ` array_concat `
1325- add ` ProcessGraphUnflattener ` and ` PGNodeGraphUnflattener ` to unflatten a flat dict representation of a process
@@ -28,8 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2840
2941- Removed unit test runs for Python 3.5 ([ #210 ] ( https://github.com/Open-EO/openeo-python-client/issues/210 ) )
3042
31- ### Fixed
32-
3343
3444## [ 0.8.0] - 2021-06-25
3545
Original file line number Diff line number Diff line change 1- __version__ = '0.8.1a2 '
1+ __version__ = '0.8.1 '
You can’t perform that action at this time.
0 commit comments