summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-08-26 16:28:30 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-08-26 16:28:30 -0300
commitccecd1b3750bd10404511c33be1aaca82631a502 (patch)
tree3bf3c29bab0410cb5143994804cde0f8d4517e11 /changes
parent580c2a8990ceadcd49fdffdccaaa2a73b95807d1 (diff)
[pkg] fold in changes0.4.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_7234_add-http-request-timeout1
-rw-r--r--changes/feature_7259_disable_events1
-rw-r--r--changes/feature_allow-passing-callback-to-http-client1
3 files changed, 0 insertions, 3 deletions
diff --git a/changes/bug_7234_add-http-request-timeout b/changes/bug_7234_add-http-request-timeout
deleted file mode 100644
index d18b28b..0000000
--- a/changes/bug_7234_add-http-request-timeout
+++ /dev/null
@@ -1 +0,0 @@
- o Add http request timeout. Related to #7234.
diff --git a/changes/feature_7259_disable_events b/changes/feature_7259_disable_events
deleted file mode 100644
index d08d3c1..0000000
--- a/changes/feature_7259_disable_events
+++ /dev/null
@@ -1 +0,0 @@
-- Add a flag to disable events framework. Closes: #7259
diff --git a/changes/feature_allow-passing-callback-to-http-client b/changes/feature_allow-passing-callback-to-http-client
deleted file mode 100644
index e7d2968..0000000
--- a/changes/feature_allow-passing-callback-to-http-client
+++ /dev/null
@@ -1 +0,0 @@
-- Allow passing callback to HTTP client.