We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e854709 commit 110b9eaCopy full SHA for 110b9ea
CHANGELOG.md
@@ -1,24 +1,27 @@
1
-#Changelog
+# Changelog
2
3
All notable changes to `url-signer` will be documented in this file
4
5
-# 1.2.1 - 2021-02-05
+## 1.2.1 - 2021-02-05
6
7
- improve depdendencies
8
9
-# 1.2.0 - 2020-12-02
+## 1.2.0 - 2020-12-02
10
11
- support PHP 8.0
12
13
-# 1.1.0 - 2020-07-20
+## 1.1.0 - 2020-07-20
14
15
- replace league/url with league/uri & league/uri-components (#25)
16
17
-# 1.0.2 - 2017-04-09
+## 1.0.2 - 2017-04-09
18
+
19
- use `hash_equals` to avoid timing attacks
20
-# 1.0.1
21
+## 1.0.1
22
23
- Fixed: using empty signature keys is not allowed
24
-# 1.0.0
25
+## 1.0.0
26
27
- First release
0 commit comments