diff --git a/Apps/Sandcastle/gallery/Reverse Geocoder.html b/Apps/Sandcastle/gallery/Reverse Geocoder.html
new file mode 100644
index 000000000000..6188f1b17f7a
--- /dev/null
+++ b/Apps/Sandcastle/gallery/Reverse Geocoder.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+ Cesium Demo
+
+
+
+
+
+
+
+Loading...
+
+
+
diff --git a/Apps/Sandcastle/gallery/Reverse Geocoder.jpg b/Apps/Sandcastle/gallery/Reverse Geocoder.jpg
new file mode 100644
index 000000000000..9c503c59434f
Binary files /dev/null and b/Apps/Sandcastle/gallery/Reverse Geocoder.jpg differ
diff --git a/CHANGES.md b/CHANGES.md
index d294ab3037f5..a83831d05528 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,7 +3,8 @@ Change Log
### 1.40 - 2017-12-01
-* Added `Globe.material` to apply materials to the globe/terrain for shading such as height- or slope-based color ramps. See the new [Sandcastle example](https://cesiumjs.org/Cesium/Apps/Sandcastle/?src=Globe%20Materials.html&label=Showcases). [#5919](https://github.com/AnalyticalGraphicsInc/cesium/pull/5919/files)
+* Added a Reverse Geocoder based on the Bing Maps API as a Sandcastle demo. [#5976](https://github.com/AnalyticalGraphicsInc/cesium/pull/5976)
+* Added `Globe.material` to apply materials to the globe/terrain for shading such as height- or slope-based color ramps. See the new [Sandcastle example](https://cesiumjs.org/Cesium/Apps/Sandcastle/?src=Globe%20Materials.html&label=Showcases). [#5919](https://github.com/AnalyticalGraphicsInc/cesium/pull/5919/fil
* Added ability to support touch event in Imagery Layers Split demo application. [#5948](https://github.com/AnalyticalGraphicsInc/cesium/pull/5948)
* Added `file:` scheme compatibility to `joinUrls`. [#5989](https://github.com/AnalyticalGraphicsInc/cesium/pull/5989)
* Fixed `Invalid asm.js: Invalid member of stdlib` console error by recompiling crunch.js with latest emscripten toolchain. [#5847](https://github.com/AnalyticalGraphicsInc/cesium/issues/5847)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index eabe0c63e09f..d4421bfc910e 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -114,6 +114,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu
* [M.Eng. René Schwarz](https://github.com/DigNative)
* [Gilles Cébélieu (IGN France)](https://github.com/gcebelieu)
* [Guillaume Beraudo](https://github.com/gberaudo)
+* [Martine Habib](https://github.com/marhab21)
* [Thomas Hirsch](https://github.com/relet)
* [Ayush Khandelwal](https://github.com/ayk115)
* [Aditya Raisinghani](https://github.com/adi2412)