summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 000000000..53fe7f635
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,6 @@
+swift (x.x.x)
+
+ * Transaction id for each request is returned in a response header
+ (X-Trans-ID). Setting the transaction id has moved from the proxy server to
+ the catch_errors middleware. Additionally, the internal header has changed
+ from X-CF-Trans-ID to X-Trans-ID.