Skip to content

Commit

Permalink
Improve wording in changelog items
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter authored and wkloucek committed Oct 21, 2021
1 parent d2307f4 commit a837e48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions changelog/unreleased/buf-tooling.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bugfix: Enhancement
Enhancement: Broaden bufbuild/Buf usage

We've switched the usage of bufbuild/Buf from a protoc replacement only to
also using it to configuring the outputs and pinning dependencies.
also using it to confige the outputs and pinning dependencies.

https://github.com/owncloud/ocis/pull/2630
https://github.com/owncloud/ocis/pull/2616
2 changes: 1 addition & 1 deletion changelog/unreleased/create-space-quota.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Change: Configurable default quota

When creating a new space a (configurable) default quota will be used (instead the hardcoded one)
When creating a new space a (configurable) default quota will be used (instead the hardcoded one).
One can set the EnvVar `GRAPH_SPACES_DEFAULT_QUOTA` to configure it

https://github.com/owncloud/ocis/issues/2621
Expand Down
5 changes: 3 additions & 2 deletions changelog/unreleased/go-embed-instead-fileb0x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Enhancement: use go-embed insted of fileb0x
Enhancement: Replace fileb0x with go-embed

go-embed delivers already the funtionality we need but with less code. We decided to use it instead of 3rd party fileb0x
go-embed already brings the functionality we need but with less code. We decided to use it instead of 3rd party fileb0x

https://github.com/owncloud/ocis/issues/1199
https://github.com/owncloud/ocis/pull/2631
https://github.com/owncloud/ocis/pull/2649

0 comments on commit a837e48

Please sign in to comment.