File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,20 @@ bazinga_geocoder:
268
268
biz: baz
269
269
` ` `
270
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
+
271
285
Testing
272
286
-------
273
287
You can’t perform that action at this time.
0 commit comments