You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
2
2
3
+
## v1.16.1 - 2021 Jan 31
4
+
5
+
```clojure
6
+
[com.taoensso/sente "1.16.1"]
7
+
```
8
+
9
+
> This is a **minor maintenance release**.
10
+
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) for recommended steps when updating any Clojure/Script dependencies.
11
+
12
+
### Fixes since `1.16.0`
13
+
14
+
-[#385] Fix: pass ring-req to authorized?-fn (@viesti)
0 commit comments