Skip to content

Commit

Permalink
Reflected previous two commits in the change history
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Jun 19, 2022
1 parent e66a021 commit 5f6bcdb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Released: not yet

**Incompatible changes:**

* The removal of internal symbols from the 'pywbem_mock' Python namespace may
cause name errors in your code, if you were using them.
(related to issue #2888)

**Deprecations:**

**Bug fixes:**
Expand All @@ -41,6 +45,16 @@ Released: not yet
of certifi on Python 2.7 that properly declares that it requires
Python >=3.6.

* Removed internal symbols from 'pywbem_mock' Python namespace, and added the
'config' submodule to the 'pywbem_mock' Python namespace.
(related to issue #2888)

* Fixed invalid references in the documentation. As part of that, added class
'MOFWBEMConnection' to the 'pywbem' namespace, moved class
'IterQueryInstancesReturn' from the scope of method 'pywbem.IterQueryInstances'
to the 'pywbem' namespace.
(issue #2888).

**Enhancements:**

**Cleanup:**
Expand Down

0 comments on commit 5f6bcdb

Please sign in to comment.