Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 5, 2023
1 parent 79fda32 commit dbe07ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@

This package strictly follows [Semantic Versioning](https://semver.org).

## v1.25.5 (2023-10-05)

### Bug Fixes

* Fixed a bug where the static file server would use the response code 200 instead of 206 for partial responses.
([@dmanto](https://github.com/dmanto))

## v1.25.3 (2023-07-15)

### Bug Fixes

* Fixed s bug where `ctx.urlFor()` would not work properly for `/` routes. ([@dmanto](https://github.com/dmanto))
* Fixed a bug where `ctx.urlFor()` would not work properly for `/` routes. ([@dmanto](https://github.com/dmanto))

## v1.25.0 (2023-06-21)

Expand Down

0 comments on commit dbe07ea

Please sign in to comment.