aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Bryan Klimt <bklimt@gmail.com>2018-06-21 15:25:13 -0400
committerGravatar GitHub <noreply@github.com>2018-06-21 15:25:13 -0400
commitf08edbb85c5cbde74c354c478ac9433d2417d748 (patch)
treec837525029c9657ccf6edbc41e52952bab6f5f60 /Functions/CHANGELOG.md
parentb271a6e25144be8cf872d028bb82336b5da2074c (diff)
Add a couple of new small Functions APIs. (#1434)
* Add a Functions constructor that allows setting a region. * Add a method to set an emulator origin to use. * Update the changelog
Diffstat (limited to 'Functions/CHANGELOG.md')
-rw-r--r--Functions/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Functions/CHANGELOG.md b/Functions/CHANGELOG.md
index e8755c5..a8e61c8 100644
--- a/Functions/CHANGELOG.md
+++ b/Functions/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v2.1.0
+- Add a constructor to set the region.
+- Add a method to set a Cloud Functions emulator origin to use, for testing.
+
# v2.0.0
- Remove FIR prefix on FIRFunctionsErrorCode in Swift.