From b46b87932a9d17ee5f1ffc20088903bf69bd42e9 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Fri, 10 Jun 2016 16:17:17 -0400 Subject: [PATCH] Update History.md to reflect non-compilation of bare files. --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index eb13903d35..57eea6ff64 100644 --- a/History.md +++ b/History.md @@ -107,6 +107,10 @@ * `files.rename` now always executes synchronously. 9856d1d418a4d19c0adf22ec9a92f7ce81a23b05 +* "Bare" files contained by `client/compatibility/` directories or added + with `api.addFiles(path, ..., { bare: true })` are no longer compiled by + Babel. https://github.com/meteor/meteor/pull/7033#issuecomment-225126778 + * Miscellaneous fixed bugs: #6877 #6843 #6881 ## v1.3.2.3