Skip to content

Commit

Permalink
Update whats_new.md
Browse files Browse the repository at this point in the history
expandable example
  • Loading branch information
ReneWerner87 authored Dec 1, 2024
1 parent c99ee37 commit 3c27970
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,9 @@ For more details on these changes and migration instructions, check the [Session

New helper function called `LoggerToWriter` has been added to the logger middleware. This function allows you to use 3rd party loggers such as `logrus` or `zap` with the Fiber logger middleware without any extra afford. For example, you can use `zap` with Fiber logger middleware like this:

<details>
<summary>Example</summary>

```go
package main

Expand Down Expand Up @@ -751,6 +754,8 @@ func main() {
}
```

</details>

### Filesystem

We've decided to remove filesystem middleware to clear up the confusion between static and filesystem middleware.
Expand Down

0 comments on commit 3c27970

Please sign in to comment.