Skip to content

Commit b0b1097

Browse files
committed
Release version 4.6.2
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 8474950 commit b0b1097

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
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+
419
4.6.1 (2018-08-29)
520
------------------
621

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.1
1+
4.6.2

0 commit comments

Comments
 (0)