diff --git a/.gitattributes b/.gitattributes index 23741ecc5d..a9e4fc784b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ # Lineendings *.sln eol=crlf *.vcproj eol=crlf -*.vcxproj* eol=crfl +*.vcxproj* eol=crlf # Whitespace rules # strict (no trailing, no tabs) @@ -15,4 +15,4 @@ *.txt whitespace=trailing-space,space-before-tab,cr-at-eol # special files which must ignore whitespace -*.patch whitespace=-trailing-space \ No newline at end of file +*.patch whitespace=-trailing-space diff --git a/changelog.md b/changelog.md index f2399d1112..62bd65632a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,5 @@ HEAD +- Fix typo in .gitattributes file. Thank you jstarasov for reporting this. #280 - Add missing locale include. Thank you Toninoso for reporting this. #281 - Refactors `asio_transport` endpoint and adds full documentation and exception free varients of all methods.