Skip to content

Commit d104a8f

Browse files
committed
Changelog
1 parent 45fdfab commit d104a8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Changelog
22

3-
## [2.3.7]
3+
## [2.3.6]
44

55
* Fixed serialization of empty `Array` and empty `Hash`. Fixes [#336](https://github.com/railsware/js-routes/issues/336).
66

77
``` javascript
88
blog_path({filters: {}, columns: []}) // => /blog
99
```
1010

11-
## [2.3.6]
12-
1311
* Support new Rails 8.1 nil parameter serialization.
1412
[Rails #53962](https://github.com/rails/rails/pull/53962)
1513
JsRoutes consistently follows current rails version behavior:

0 commit comments

Comments
 (0)