diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-17 10:56:43 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-17 10:56:43 +0100 |
commit | d9e245af966d87164bc0322bf1fc498e1d891b08 (patch) | |
tree | a7a43f76d6407d9493ec5dc2252365945a7cc06c /SBO-Lib/Changes | |
parent | 33720829aca03ba0abd3756ac447d25f71cc27e1 (diff) | |
download | sbotools2-d9e245af966d87164bc0322bf1fc498e1d891b08.tar.xz |
Fix parsing of .info files with trailing whitespace. This fixes #54.
Diffstat (limited to 'SBO-Lib/Changes')
-rw-r--r-- | SBO-Lib/Changes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SBO-Lib/Changes b/SBO-Lib/Changes index cf4c59e..2f1aeaa 100644 --- a/SBO-Lib/Changes +++ b/SBO-Lib/Changes @@ -1,4 +1,6 @@ 2.2 - Unreleased + * Bugfix for parsing .info files with trailing whitespace after a value + (https://github.com/pink-mist/sbotools/issues/54) 2.1 - 2017-01-14 * Internals: |