diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html
index a81945de9..b52e84534 100644
--- a/build/resources/releasedocs/changelog.html
+++ b/build/resources/releasedocs/changelog.html
@@ -159,7 +159,8 @@ hr {
-
3.0.0 Beta 2 -- February 19, 2007
+
+
3.0.0 Beta 3 -- March 12, 2007
Important Changes
@@ -170,6 +171,22 @@ hr {
- Some additional API changes may be made through the beta period.
+
New Features
+
+- [SMACK-185] - Added the workgroup API to Smack.
+- [SMACK-206] - Added the option to specify the username to use for the automated test cases.
+- [SMACK-208] - Added a max queue size for outgoing packets to prevent memory issues during extreme load.
+- [SMACK-209] - Initial Jingle support implemented.
+
+
+
Bug Fixes
+
+- [SMACK-203] - NULL thread IDs would cause an error inside of the Chat Manager.
+- [SMACK-205] - Fixed PacketReader concurrency problems.
+
+
+
3.0.0 Beta 2 -- February 19, 2007
+
New Features
- [SMACK-74] - Added support for unavailable presences with status text. (4 votes)