Skip to content

Commit 1f9c118

Browse files
committed
docs: use specific 5.2 version in breaking changes section
1 parent dffe957 commit 1f9c118

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ service.get('/hello', (req, res) => {
467467
https://goo.gl/forms/qlBwrf5raqfQwteH3
468468

469469
# Breaking changes
470-
## 5.x
471-
> Restana version 5.x includes important security hardening while remaining backward compatible for most users.
470+
## 5.2
471+
> Restana version 5.2 includes important security hardening while remaining backward compatible for most users.
472472
473473
Changed:
474474
- The default `errorHandler` no longer sends `err.message` or `err.data` to clients. It now returns a generic `{ code, message: 'Internal Server Error' }` response. If you need the previous behavior, provide a custom `errorHandler`.

0 commit comments

Comments
 (0)