Skip to content

Commit 50b6ca3

Browse files
committed
improve changelog
1 parent a2676fa commit 50b6ca3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
* support file being both a runtime and config file (brillout/docpress[#86](https://github.com/vikejs/vike/issues/86)) ([3d92f08](https://github.com/vikejs/vike/commit/3d92f086484a9c391697baf39dfa25a8de273b5a))
1616

1717

18-
### BREAKING CHANGES
18+
### MINOR BREAKING CHANGES
19+
20+
> [!NOTE]
21+
> We recommend ignoring `MINOR BREAKING CHANGES` unless this version breaks your app, see [Vike Versioning](https://vike.dev/versioning).
1922
20-
* +onHookCall is now server-only by default, use
21-
`.client.js` or `.shared.js` to execute it on the client.
23+
* `+onHookCall` is now server-only by default, use `.client.js` or `.shared.js` to execute it on the client. (Note that `+onHookCall` is in beta — breaking changes are expected.)
2224

2325

2426

0 commit comments

Comments
 (0)