summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-06-26 12:27:22 +0300
committerAsko Nõmm <asko@nmm.ee>2025-06-26 12:27:22 +0300
commit7abd9a08bd6027a89d3542bb34cc0cfaec5d5d75 (patch)
tree9c4ec8d823f8b57820365d7697953d2d68f73850
parent568dd30196dd45e5aee714f3aec57f4770a6787e (diff)
Update README
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7eaa441..0b1e609 100644
--- a/README.md
+++ b/README.md
@@ -178,6 +178,11 @@ What the actual map can contain that you return depends again on the HTTP server
## Changelog
+### 1.3.5
+
+- Fixes an issue where the usage of wildcard parameters [did not work quite right](https://github.com/askonomm/ruuter/issues/7).
+- Added test cases to cover the fix
+
### 1.3.4
- Fixes an issue where if used with middlewares (like Ring), or really anything that passes a `:params` key from outside of Ruuter in the request, Ruuter overwrites the `:params` key with its own parametarization. It now does a deep merge instead, with the outside parameters having priority. This means that Ruuter parameters will remain unless overwritten, and should co-exist with outside parameters nicely. [Issue #6](https://github.com/askonomm/ruuter/issues/6).