updated release notes
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 301fd67..8400962 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,26 @@
 # Cordova-cli Release Notes
 
 ## 3.3.1-0.3.0 (Jan 30, 2015)
+* Setting version to 3.3.1-0.3.0; updated plugman reference to 0.19.0
+* CB-5913 Fail more gracefully on Windows when symlinks fail.
+* Fix isWindows check in util.js to support win64
+* CB-5907 Make `cordova update` get version from platform's version script
+* Fix tests (sorry)
+* Fix serve command when config.xml is in the root (not within www/)
+* CB-3612 Don't pass --device to "run" command by default. Update help text
+* CB-5493 lazy_load now downloads to a temp dir and then moves.
+* CB-5782 Use CordovaError wherever relevant.
+* CB-5590 Have config.xml version map to CFBundleShortVersionString instead of CFBundleVersion
+* CB-5782 Add a derived exception class for better error reporting in CLI
+* CB-5299 Cache pbxproj to avoid re-parsing it for each plugin.
+* CB-5813 Fix missing quotes on update and ls commands
+* Bump node-xcode version
+* Add a verbose log when running update command
+* CB-5808 Fix lazy_load stripping off windows drive letters
+* Expose util.isCordova as cordova.findProjectRoot()
+* Allow lazy_load libs to work without an id and version for local paths.
+* Add an option to config.js to not write config.json during create.
+* Update node-xcode dependency to 0.6.6
 
 ## 3.3.1-0.2.0 (Jan 15, 2014)
 * CB-5006 Add --searchpath to "plugin add" so that installing by ID will search local paths before hitting the registry.