summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-20 20:01:53 +0000
committerGerrit Code Review <review@openstack.org>2019-08-20 20:01:53 +0000
commite3b07919415e97b92a892d434a950b0e32027717 (patch)
tree8bdc33c4591d166c03c5ece5c070aa994e10b795 /releasenotes
parent0d30a28cf8f280eae5d3f44ed244585a1f97f486 (diff)
parent6fd8ee46e8f1f0a5a835c2250f9f46827efd5433 (diff)
downloadpython-ironicclient-e3b07919415e97b92a892d434a950b0e32027717.tar.gz
Merge "Remove deprecated common.http.HTTPClient class"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-deprecated-http-client-c969f583573251e9.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-deprecated-http-client-c969f583573251e9.yaml b/releasenotes/notes/remove-deprecated-http-client-c969f583573251e9.yaml
new file mode 100644
index 0000000..3b768a7
--- /dev/null
+++ b/releasenotes/notes/remove-deprecated-http-client-c969f583573251e9.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Removes deprecated ``common.http.HTTPClient`` class.
+ The ``common.http.SessionClient`` class should be used instead.