Release Notes¶
New in 0.5.0¶
- Now the ConnectionString class inherits from OrderedDict, and therefore the code has been substantially simplified.
The only change in the API is that the class methods
from_iterableandfrom_dicthave been removed. Now you can just instantiate the class passing the iterable or the dict to the main constructor.