We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12a689 commit 315fa9dCopy full SHA for 315fa9d
1 file changed
Resources/doc/index.md
@@ -268,6 +268,20 @@ bazinga_geocoder:
268
biz: baz
269
```
270
271
+Backwards compatibility
272
+-----------------------
273
+
274
+The BazingaGeocoderBundle is just a Symfony integration for Geocoder-PHP and it
275
+does not have any classes which falls under the BC promise. The backwards compatibility
276
+of the bundle is only the configuration and its values (and of course the behavior
277
+of those values).
278
279
+The public service names (excluding the ones related to profiling/DataCollector)
280
+falls under the backwards compatibility promise.
281
282
+Bottom line is, that you can trust that your configuration will not break and that
283
+the services you use will still be working.
284
285
Testing
286
-------
287
0 commit comments