File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 4.6.2 (2018-09-06)
5+ ------------------
6+
7+ Refactor AttributeValueBase::set_text method.
8+
9+ - set_text is doing too many things. At least the structure is a bit cleaner;
10+ though, still complex.
11+ - set_text will set the type if no type has been set.
12+ - set_text should not modify the type if it has already been set,
13+ - set_text should not depend on the type's namespace.
14+ - set_text should not interfere with the 'anyType' type.
15+ - set_text will raise a ValueError if the value cannot be represented by the
16+ type.
17+ - set_text will raise a ValueError if the type is unknown.
18+
4194.6.1 (2018-08-29)
520------------------
621
Original file line number Diff line number Diff line change 1- 4.6.1
1+ 4.6.2
You can’t perform that action at this time.
0 commit comments