aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-02-05 14:38:12 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-02-05 14:38:12 +0100
commit0dcba316a80cb8b4283965c2dee217e9c6955fc1 (patch)
tree2e203ac8f78703472cc31ee3349842591414b3aa
parentdc0ec389e66b45217fc9d331120112b339db525a (diff)
downloadsbotools-0dcba316a80cb8b4283965c2dee217e9c6955fc1.tar.xz
Update README.md and Changes
-rw-r--r--README.md1
-rw-r--r--SBO-Lib/Changes1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index dd150a4..6e4e5f4 100644
--- a/README.md
+++ b/README.md
@@ -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