aboutsummaryrefslogtreecommitdiffstats
path: root/doc/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/CHANGES.md')
-rw-r--r--doc/CHANGES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 025d72c8d..f0eee4a81 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -1,3 +1,16 @@
+# Next version
+
+## Highlighted features
+
+* Ruby dependencies are now handled by Bundler
+
+## Upgrade notes
+
+* Because dependencies are now handled by Bundler, when you next run
+ the `rails-post-deploy` script, it will download, compile and
+ install various things. Part of this is compiling xapian, which may
+ take a *long* time (subsequent deployments should be much faster)
+
# Version 0.5.1
## Highlighted features