summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-12-18 05:05:40 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-12-18 05:05:40 -0500
commit1b7cccd543469bda660b908603ffe50a5c6d0bfe (patch)
tree314b0e53bd514aa4ce2c6bf342db9c407cc5924a /README
parentc06e22eea1c54aa90d93f705b58ed5887d9fffd6 (diff)
downloadgames-word-1b7cccd543469bda660b908603ffe50a5c6d0bfe.tar.gz
games-word-1b7cccd543469bda660b908603ffe50a5c6d0bfe.zip
bump version up to 0.04
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 37983ba..64e7227 100644
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
-Games-Word 0.03
+Games-Word 0.04
Games-Word is a module which provides tools to make writing word games easier. Games::Word provides several functions for manipulating strings and their substrings and permutations, and Games::Word::Wordlist provides an object oriented interface for manipulating a list of words.
MAJOR CHANGES
+ 0.04: fix bug in is_substring
0.03: test fixes, spook solver
0.02: doc and test fixes
0.01: first version