summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-14 14:33:36 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-01-17 21:18:14 +0000
commit38e61797b579f1738e3c48aaf101ad3ddaff4e6b (patch)
treea389e3efe372ade4c695b9861b3a119f08fe987d
parent22d2062d954dcb88fa3dc65281d3f3d88ae87d68 (diff)
downloadlibgit2-ethomson/cdecl.tar.gz
changelog: document that we always build cdeclethomson/cdecl
-rw-r--r--docs/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index d4fc41333..26899a585 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -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.