configparser_ex v2.0.1 Release Notes

Release Date: 2017-10-20 // over 6 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 to String.strip with String.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.