Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashek committed Nov 12, 2024
1 parent 54f1be7 commit 66ed11e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/pages/release-notes/2024/6_nov_24.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ metadata:
<h4 class="release-note release-note__improved">IMPROVED</h4>

* Made html_format_exact_match redirect html extension pages to the same page without extension (if the page has no html extension)
* Ensure background jobs will have access to all Records that were created wihtin the same request as itself (aka trigger background jobs after DB transaction completes)

<!--
<h4 class="release-note release-note__fixed">FIXED</h4>
Expand Down
3 changes: 3 additions & 0 deletions app/views/pages/release-notes/unreleased.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ metadata:

<h4 class="release-note release-note__improved">IMPROVED</h4>

* Ensure background jobs will have access to all Records that were created wihtin the same request as itself (aka trigger background jobs after DB transaction completes)
* Ensure no race condition for `record_update` and improve performance of atomic operations

<h4 class="release-note release-note__fixed">FIXED</h4>

0 comments on commit 66ed11e

Please sign in to comment.