summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-12-18 00:01:06 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-12-18 00:01:06 -0500
commitb870c95deec9d2cb554cd07c57ae456e0b52a320 (patch)
treebba52c218e98761880605ae153a543e962c78889 /README
parentdecb17619f3326596be51b61bf3706f720efd0d7 (diff)
downloadgames-word-b870c95deec9d2cb554cd07c57ae456e0b52a320.tar.gz
games-word-b870c95deec9d2cb554cd07c57ae456e0b52a320.zip
update revision to 0.03
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 199eb54..37983ba 100644
--- a/README
+++ b/README
@@ -1,8 +1,10 @@
-Games-Word 0.01
+Games-Word 0.03
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.03: test fixes, spook solver
+ 0.02: doc and test fixes
0.01: first version
INSTALLATION