Skip to content

Commit e461e36

Browse files
committed
update unreleased
1 parent 51585ed commit e461e36

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/views/pages/release-notes/unreleased.liquid

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ metadata:
1111

1212
<!--<h4 class="release-note release-note__new">NEW</h4>-->
1313

14-
<!--<h4 class="release-note release-note__improved">IMPROVED</h4>-->
14+
<h4 class="release-note release-note__improved">IMPROVED</h4>
15+
16+
* **Upgraded internal dependencies** for improved performance and security
17+
* **Clearer error messages for `record_update` and `record_destroy`**: When a record with the provided ID cannot be found, the error message now clearly specifies which table was being searched. For example:
18+
* Before: `Couldn't find Customization with 'id'=123`
19+
* After: `Can't find Boats with id=123`
1520

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

0 commit comments

Comments
 (0)