Skip to content

Commit

Permalink
19.11.0: update changelog and migration guide (#4309)
Browse files Browse the repository at this point in the history
* 19.11.0: update changelog and migration guide
  • Loading branch information
jstriebel authored and bulldozer-boy[bot] committed Oct 28, 2019
1 parent ee0ac7c commit 0defb91
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,32 @@ and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MIC
For upgrade instructions, please check the [migration guide](MIGRATIONS.md).

## Unreleased
[Commits](https://github.com/scalableminds/webknossos/compare/19.10.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos/compare/19.11.0...HEAD)

### Added
- Added an API to manage DataStores and TracingStores as admin. [#4286](https://github.com/scalableminds/webknossos/pull/4286)
-

### Changed
-

### Fixed
- Cleaned up error reporting wording in case of dataset access failures (e.g. due to not being logged in). [#4301](https://github.com/scalableminds/webknossos/pull/4301)
- Fixed handling of uint64 data layers in sql evolution. [4303](https://github.com/scalableminds/webknossos/pull/4303)
-

### Removed
-


## [19.11.0](https://github.com/scalableminds/webknossos/releases/tag/19.11.0) - 2019-10-28
[Commits](https://github.com/scalableminds/webknossos/compare/19.10.0...19.11.0)

### Added
- Added an API to manage DataStores and TracingStores as admin. [#4286](https://github.com/scalableminds/webknossos/pull/4286)

### Fixed
- Cleaned up error reporting wording in case of dataset access failures (e.g. due to not being logged in). [#4301](https://github.com/scalableminds/webknossos/pull/4301)
- Fixed handling of uint64 data layers in sql evolution. [4303](https://github.com/scalableminds/webknossos/pull/4303)


## [19.10.0](https://github.com/scalableminds/webknossos/releases/tag/19.10.0) - 2019-09-30
[Commits](https://github.com/scalableminds/webknossos/compare/19.09.0...19.10.0)

Expand Down
4 changes: 4 additions & 0 deletions MIGRATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ User-facing changes are documented in the [changelog](CHANGELOG.md).
## Unreleased
-

### Postgres Evolutions:
-

## [19.11.0](https://github.com/scalableminds/webknossos/releases/tag/19.11.0) - 2019-10-28
### Postgres Evolutions:
- [046-fix-missing-voxel-type.sql](conf/evolutions/046-fix-missing-voxel-type.sql)
- [047-add-datastore-publicUrl.sql](conf/evolutions/046-add-datastore-publicUrl.sql)
Expand Down

0 comments on commit 0defb91

Please sign in to comment.