diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | SBO-Lib/Changes | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ ## Changes * 2.4 - Unreleased + * Rewrite sboremove from the ground up so it relies less on global state * 2.3 - 2017-01-21 * Bugfix for parsing .info files with \ among the separators #55 diff --git a/SBO-Lib/Changes b/SBO-Lib/Changes index 88a033a..26a4a01 100644 --- a/SBO-Lib/Changes +++ b/SBO-Lib/Changes @@ -1,4 +1,5 @@ 2.4 - Unreleased + * Rewrite sboremove from the ground up so it relies less on global state 2.3 - 2017-01-21 * Bugfix for parsing .info files with \ among the separators |