diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html
index c652af25f..a81945de9 100644
--- a/build/resources/releasedocs/changelog.html
+++ b/build/resources/releasedocs/changelog.html
@@ -159,8 +159,7 @@ hr {
-
-
3.0.0 Beta 1 -- February 6, 2006
+
3.0.0 Beta 2 -- February 19, 2007
Important Changes
@@ -169,9 +168,33 @@ hr {
been significantly updated, the GroupChat class has been dropped in favor of the standardized
MultiUserChat, and the Chat class has an updated API.
- Some additional API changes may be made through the beta period.
-
+
New Features
+
+- [SMACK-74] - Added support for unavailable presences with status text. (4 votes)
+- [SMACK-191] - RosterListener API improvements.
+- [SMACK-194] - Roster.getPresence(String) now considers mode after priority to determine the presence value to return.
+- [SMACK-195] - Added the ability to disconnect with a custom presence value (for offline status).
+- [SMACK-200] - Added convenience methods to Presence class.
+
+
+
Bug Fixes
+
+- [SMACK-188] - Resources are now closed after reading the keystore.
+- [SMACK-189] - The listener was remaining blocked forever in some cases.
+- [SMACK-190] - Exceptions while notifying packet reader listeners was stopping the notification thread.
+- [SMACK-192] - Roster.getPresence(String) now forces use of the bare JID.
+- [SMACK-193] - New presence packets now default to a null presence mode.
+- [SMACK-196] - Now set closed to true at the start of the connection shutdown method and not the end.
+- [SMACK-197] - The source build was failing.
+- [SMACK-198] - File transfer streams were not being closed properly in some cases.
+- [SMACK-199] - MultiUserChat invitation listeners are no longer removed on disconnects.
+- [SMACK-201] - Roster no longer exposes that it implements ConnectionListener.
+
+
+
3.0.0 Beta 1 -- February 6, 2007
+
New Features
- [SMACK-31] - Added support for privacy lists. (4 votes)