diff --git a/client/homebrew/homePage/welcome_msg.txt b/client/homebrew/homePage/welcome_msg.txt
index e91a75bc5..07c21c4b8 100644
--- a/client/homebrew/homePage/welcome_msg.txt
+++ b/client/homebrew/homePage/welcome_msg.txt
@@ -10,12 +10,13 @@ Stop worrying about learning photoshop, fiddling with spacing, or tracking down
**Try it! **Simply edit the text on the left and watch it *update live* on the right.
+
#### Features
* Monster Stat Blocks
* Full class tables
* Notes and Tables
* Images
-* Vertical spacing, column breaks, and mutliple pages
+* Vertical spacing, column breaks, and multiple pages
#### Snippets
@@ -38,30 +39,80 @@ Anyone with the *share url* will be able to access a read-only version of your h
```
```
-### Images
-Images can be included 'inline' with the text using Markdown-style images. However for background images more control is needed.
+## New Things!
+What's new in the latest update?
-Background images should be included as HTML-style img tags. Using inline CSS you can precisely position your image where you'd like it to be. The image **snippet** provides an example of doing this.
+* **Footnotes & Page Numbers**
+* **Print View** displays your brew ready for printing, saving to PDF or image.
+* **Footer Accent** now switches directions each page, neat!
+* **Standalone Styling** the PHB-style has been reduced to a single file
+* **Reduced asset sizes** This should help with page load times
+>##### PDF Exporting
+>The best way to do a PDF export is to use the **print view** of a brew, print that page and save as PDF.
+>
+>***"But there's no columns when I do this in Chrome!"***
+>
+>This is a known bug in Chrome for **five years**. When saving to PDF, it doesn't respect columns. Amazingly this was just fixed [last month](https://code.google.com/p/chromium/issues/detail?id=99358), but hasn't been deployed yet.
+>
+>Converting to PDF *precisely* is **very** difficult. There are many services and libraries out there, but none of them have gotten it right to the level I'm happy with. Most of them use Chrome's engine which has the aforementioned bug in it.
+>
+>This is why I made the **print view**. It gives you a single completely standalone HTML version of your brew; Download it, export it, screenshot it, print it, *do whatever you want*.
+
+
+
+## Bugs, Issues, Suggestions?
+Have an idea of how to make The Homebrewery better? Or did you find something that wasn't quite right? Head [here](https://github.com/stolksdorf/NaturalCrit/issues/new) and let me know!.
+
+
+
+
+
+
+