Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jun 20, 2023
1 parent d493fc0 commit ce47b4b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ <h3 id="unreleased-summary">Summary</h3>
<li class="type-bugfix changelog-item">Bugfix - Always use json for federation post and get to exchange tokens: <a href="https://github.com/owncloud/core/pull/40815">#40815</a></li>
<li class="type-bugfix changelog-item">Bugfix - Rare undefined variable error when using a Google Drive mount: <a href="https://github.com/owncloud/core/pull/40822">#40822</a></li>
<li class="type-bugfix changelog-item">Bugfix - Explicitly set open mode in the checksum wrapper: <a href="https://github.com/owncloud/core/pull/40832">#40832</a></li>
<li class="type-bugfix changelog-item">Bugfix - Verbose command output: <a href="https://github.com/owncloud/core/pull/40844">#40844</a></li>
<li class="type-change changelog-item">Change - Upgrade to Symfony 5: <a href="https://github.com/owncloud/core/issues/39630">#39630</a></li>
<li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/40724">#40724</a></li>
<li class="type-change changelog-item">Change - Fix name length check on federated shares: <a href="https://github.com/owncloud/core/pull/40726">#40726</a></li>
Expand Down Expand Up @@ -96,6 +97,12 @@ <h3 id="unreleased-details">Details</h3>
</p>
<p>https://github.com/owncloud/core/pull/40832<br></p>
</li>
<li class="type-bugfix changelog-item">
<p>Bugfix - Verbose command output: <a href="https://github.com/owncloud/core/pull/40844">#40844</a></p>
<p>Verbose command output of the background:queue:execute is now displayed.
</p>
<p>https://github.com/owncloud/core/pull/40844<br></p>
</li>
<li class="type-change changelog-item">
<p>Change - Upgrade to Symfony 5: <a href="https://github.com/owncloud/core/issues/39630">#39630</a></p>
<p>The Symfony PHP framework has been updated from major version 4 to 5.The following Symfony component versions are provided: - symfony/console (v5.4.24) -
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Summary
* Bugfix - Always use json for federation post and get to exchange tokens: [#40815](https://github.com/owncloud/core/pull/40815)
* Bugfix - Rare undefined variable error when using a Google Drive mount: [#40822](https://github.com/owncloud/core/pull/40822)
* Bugfix - Explicitly set open mode in the checksum wrapper: [#40832](https://github.com/owncloud/core/pull/40832)
* Bugfix - Verbose command output: [#40844](https://github.com/owncloud/core/pull/40844)
* Change - Upgrade to Symfony 5: [#39630](https://github.com/owncloud/core/issues/39630)
* Change - Update PHP dependencies: [#40724](https://github.com/owncloud/core/pull/40724)
* Change - Fix name length check on federated shares: [#40726](https://github.com/owncloud/core/pull/40726)
Expand Down Expand Up @@ -101,6 +102,12 @@ Details

https://github.com/owncloud/core/pull/40832

* Bugfix - Verbose command output: [#40844](https://github.com/owncloud/core/pull/40844)

Verbose command output of the background:queue:execute is now displayed.

https://github.com/owncloud/core/pull/40844

* Change - Upgrade to Symfony 5: [#39630](https://github.com/owncloud/core/issues/39630)

The Symfony PHP framework has been updated from major version 4 to 5.
Expand Down

0 comments on commit ce47b4b

Please sign in to comment.