changelog: document that we always build cdecl

This commit is contained in:
Edward Thomson
2019-01-14 14:33:36 +00:00
parent 22d2062d95
commit 38e61797b5

View File

@@ -3,6 +3,9 @@ v0.27 + 1
### Changes or improvements
* The library is now always built with cdecl calling conventions on
Windows; the ability to build a stdcall library has been removed.
* Reference log creation now honors `core.logallrefupdates=always`.
* Fix some issues with the error-reporting in the OpenSSL backend.