Skip to content

Commit

Permalink
Added change log for TYPE attribute of PARAMVALUE. (#1310)
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 Jul 17, 2018
1 parent 2fb0b9c commit 393bf2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@ Released: not yet
* Add new static method to CIMInstance (from_class) that builds an
instance from a class and dictionary of property values. Issue #1188

* Added support for tolerating a `TYPE` attribute in the `PARAMVALUE` element
of received CIM-XML responses. The `TYPE` attribute is not allowed as
per DSP0201. However, there are devices that have incorrectly implemented
a `TYPE` attribute instead of the standard `PARAMTYPE` attribute.
The `TYPE` attribute when present is now used when `PARAMTYPE` is not
present. If both are present, `PARAMTYPE` is used and `TYPE` is ignored.
Also, test cases were added for tupleparse for the `PARAMVALUE` element.
See issue #1241.

**Cleanup**

* Moved class `NocaseDict` into its own module (Issue #848).
Expand Down

0 comments on commit 393bf2d

Please sign in to comment.