mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Add a note about default ciphers to history.
This commit is contained in:
parent
005575b854
commit
c862c6ecc2
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
- Warn if auto-generated headers from the payload, such as Content-Type,
|
||||
override headers set by the user. (This is usually not what the user wants to
|
||||
happen, and can be surprising.)
|
||||
- Drop the old check for weak default TLS ciphers, and use the built-in Ruby
|
||||
defaults. Ruby versions from Oct. 2014 onward use sane defaults, so this is
|
||||
no longer needed. (#573)
|
||||
|
||||
# 2.0.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue