@@ -58,9 +58,9 @@ backwards compatibility promise:
58
58
59
59
+-----------------------------------------------+---------------+---------------+
60
60
| Use Case| Regular| API|
61
- +-----------------------------------------------+---------------+---------------+
62
- | If you...| Then we guarantee BC...|
63
61
+===============================================+===============+===============+
62
+ | **If you... **| **Then we guarantee BC... **|
63
+ +-----------------------------------------------+---------------+---------------+
64
64
| Type hint against the interface| Yes| Yes|
65
65
+-----------------------------------------------+---------------+---------------+
66
66
| Call a method| Yes| Yes|
@@ -122,9 +122,9 @@ covered by our backwards compatibility promise:
122
122
123
123
+-----------------------------------------------+---------------+---------------+
124
124
| Use Case| Regular| API|
125
- +-----------------------------------------------+---------------+---------------+
126
- | If you...| Then we guarantee BC...|
127
125
+===============================================+===============+===============+
126
+ | **If you... **| **Then we guarantee BC... **|
127
+ +-----------------------------------------------+---------------+---------------+
128
128
| Type hint against the class| Yes| Yes|
129
129
+-----------------------------------------------+---------------+---------------+
130
130
| Create a new instance| Yes| Yes|