Skip to content

Commit 315fa9d

Browse files
authored
Added a BC promise (#146)
1 parent f12a689 commit 315fa9d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Resources/doc/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,20 @@ bazinga_geocoder:
268268
biz: baz
269269
```
270270

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+
271285
Testing
272286
-------
273287

0 commit comments

Comments
 (0)