summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/docs/changes.stone_soup12
-rw-r--r--crawl-ref/source/version.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/crawl-ref/docs/changes.stone_soup b/crawl-ref/docs/changes.stone_soup
index 316575a462..48fd5daf42 100644
--- a/crawl-ref/docs/changes.stone_soup
+++ b/crawl-ref/docs/changes.stone_soup
@@ -1,3 +1,15 @@
+Stone Soup 0.3.2 (20071110)
+---------------------------
+* Fixed tiles crash when visiting shops in the stash-tracker's ^F listings.
+* Reduced frequency of the Damnation card in common decks.
+* Removed Batform from the Metamorphosis card.
+* Fixed two broken entry vaults.
+* Nets are easier to escape from / destroy, and more effective when used by
+ the player.
+* Beogh converts are better behaved, with less message spam.
+* Fixed spell power display for clarity.
+
+
Stone Soup 0.3.1 (20071103)
---------------------------
* Fixed crash when targeting with show_beam = yes.
diff --git a/crawl-ref/source/version.h b/crawl-ref/source/version.h
index 686a7bf382..c99e6ac1b0 100644
--- a/crawl-ref/source/version.h
+++ b/crawl-ref/source/version.h
@@ -37,7 +37,7 @@
#define CRAWL "Dungeon Crawl Stone Soup"
-#define VER_NUM "0.3.1"
+#define VER_NUM "0.3.2"
#define VER_QUAL ""
// last updated 07august2001 {mv}