configparser_ex v2.0.1 Release Notes
Release Date: 2017-10-20 // over 7 years ago-
๐ Contains a small bug fix when parsing from a string. The library would leave the StringIO device open which caused unused processes to accumulate. @vietkungfu added a bug fix which closes the device.
Previous changes from v2.0.0
-
๐ The
String.strip
method was deprecated in Elixir 1.5. I replaced calls toString.strip
withString.trim
. This means that the library is now limited to Elixir 1.3 and above so I bumped the major version number as this may be a breaking change for some folks.