Skip to content

Commit

Permalink
On the client-side, replaced ouch() with the built in `createError(…
Browse files Browse the repository at this point in the history
…)` function.
  • Loading branch information
rizen committed Oct 30, 2024
1 parent c366b51 commit 9a79f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ving/docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ outline: deep
* Fixed: Instead of ouching middleware should call abortNavigation() to prevent navigation.
* Moved error.vue to app/error.vue.
* NOTE: If you customized error.vue you'll need to move it to app/error.vue.
* On the client-side, replaced `ouch()` with the built in `createError()` function.

### 2024-10-28
* Switched jobs to use redis from a remote cluster.
Expand Down

0 comments on commit 9a79f37

Please sign in to comment.