Skip to content

Commit 5125971

Browse files
committed
move changelog to separate file
1 parent a974bb6 commit 5125971

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# http-digest CHANGELOG
2+
3+
## 1.3
4+
5+
- Drop initial 401 response body instead of concatenating both responses.
6+
7+
- Allow unauthenticated requests. If no credentials are provided, return the original 401 response.
8+
9+
- HTTP client is now configurable, which makes it possible to use Copas or LuaSec clients.

Diff for: README.md

-8
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,3 @@ http_digest.http = require "copas.http"
4444

4545
- Copyright (c) 2012-2013 Moodstocks SAS
4646
- Copyright (c) 2014-2022 Pierre Chapuis
47-
48-
## Changelog
49-
50-
### 1.3
51-
52-
- fix: Drop initial 401 response body instead of concatenating both responses.
53-
- feat: Also allow unauthenticated requests. Only check for creds if they are needed. If not provided, return the original 401 response.
54-
- feat: Made the HTTP client configurable to be able to use Copas or LuaSec clients.

0 commit comments

Comments
 (0)