Skip to content

Commit

Permalink
[v3 Maintenance]: Consolidate and Document Core Changes in v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Apr 26, 2024
1 parent 090b702 commit 17b93ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whats_new.md
Expand Up @@ -147,7 +147,7 @@ app.Route("/api").Route("/user/:id?")

We have aligned our method for middlewares closer to express and now also support the [`Use`](./api/app#use) of multiple prefixes.

Registering a subapp is now also possible via the [`Use`](./api/app#use) method instead of the old [`v2 Mount`](/v2.x/api/app#use) method.
Registering a subapp is now also possible via the [`Use`](./api/app#use) method instead of the old `app.Mount` method.

```diff
- Use(args ...interface{}) Router
Expand Down

0 comments on commit 17b93ab

Please sign in to comment.