diff --git a/release_notes.html b/release_notes.html
index 999061d40..dc9855675 100644
--- a/release_notes.html
+++ b/release_notes.html
@@ -11,6 +11,19 @@ li {
}
+Release Notes for fishfish Beta r2
+
+Bug Fixes
+
+- Implicit cd is back, for paths that start with one or two dots, a slash, or a tilde.
+- Overrides of default functions should be fixed. The "internalized scripts" feature is disabled for now.
+- Disabled delayed suspend. This is a strange job-control feature of BSD systems, including OS X. Disabling it frees up Control Y for other purposes; in particular, for yank, which now works on OS X.
+- fish_indent is fixed. In particular, the funced and funcsave functions work again.
+
+
+
+
+
Release Notes for fishfish Beta r1
Scripting