diff --git a/ving/docs/change-log.md b/ving/docs/change-log.md index 233afee3..a288646e 100644 --- a/ving/docs/change-log.md +++ b/ving/docs/change-log.md @@ -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.