Skip to content

Commit

Permalink
Fix query params parsing - docs (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeek authored Jan 10, 2024
1 parent 693add2 commit 66b288c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Все существенные изменения в проекте будут задокументированы в этом файле. Формат основан на [Keep a Changelog](https://keepachangelog.com/), и этот проект придерживается семантического версионирования ([semver](https://semver.org/)).

## v0.11.1

### Fixed

* Метод конструктора запросов `fromUrl()` теперь корректно обрабатывает имена query-параметров url с точками и нижними подчёркиваниями.

## v0.11.0[[Upgrade guide](/UPGRADE.md#v0110-changelog)]

### Removed
Expand Down

0 comments on commit 66b288c

Please sign in to comment.