From bf23e59bbf3722eea0fa82e318211089350d3a13 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 29 May 2015 16:50:34 +0300 Subject: [PATCH] Add a note about building older versions. Fixes #1643 --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64dcd4f930..6746e0c3ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,6 +83,8 @@ your [`$PATH`](http://unix.stackexchange.com/questions/26047/how-to-correctly-ad * Ensure the test are passing (`make test`) * Create new pull request explaining your proposed change or reference an issue in your commit message +>Note: Babel moves fast. Only the latest release is guaranteed to build correctly. +>Older releases are not officially supported. If you attempt to build them, do that at your own risk. #### Dependencies