Skip to content

Commit 85768d9

Browse files
committed
Update CHANGELOG.md
1 parent 89851e2 commit 85768d9

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77
### Added
8+
9+
### Changed
10+
11+
### Fixed
12+
13+
### Removed
14+
15+
## [0.5.3]
16+
### Added
817
- Added new `spatial_aggregate` API endpoint and FlowClient function [#599](https://github.com/Flowminder/FlowKit/issues/599)
918
- Implemented new flowclient API entrypoint, total_network_objects(), to access (with simplified parameters) equivalent flowmachine query [#581](https://github.com/Flowminder/FlowKit/issues/581)
1019
- Implemented new flowclient API entrypoint, location_introversion(), to access (with simplified parameters) equivalent flowmachine query [#577](https://github.com/Flowminder/FlowKit/issues/577)
@@ -20,8 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2029
### Fixed
2130
- `total_network_objects` no longer returns results from `AggregateNetworkObjects` [#603](https://github.com/Flowminder/FlowKit/issues/603)
2231

23-
### Removed
24-
2532

2633
## [0.5.2]
2734
### Fixed
@@ -197,7 +204,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
197204
- Added Python 3.6 support for FlowClient
198205

199206

200-
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/0.5.2...master
207+
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/0.5.3...master
208+
[0.5.3]: https://github.com/Flowminder/FlowKit/compare/0.5.2...0.5.3
201209
[0.5.2]: https://github.com/Flowminder/FlowKit/compare/0.5.1...0.5.2
202210
[0.5.1]: https://github.com/Flowminder/FlowKit/compare/0.5.0...0.5.1
203211
[0.5.0]: https://github.com/Flowminder/FlowKit/compare/0.4.3...0.5.0

0 commit comments

Comments
 (0)