1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Add history note for payload header warnings.

This commit is contained in:
Andy Brody 2016-12-01 00:33:15 -05:00
parent 2f119d7690
commit f62a8a0e6f

View file

@ -1,3 +1,9 @@
# Unreleased
- 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.)
# 2.0.0
This release is largely API compatible, but makes several breaking changes.