File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -68,19 +68,16 @@ To be notified on new commits subscribe to this [RSS/Atom feed](../../../commits
6868## Changes in API after CEF updates
6969
7070CEF Python depends on CEF and API breaks are inevitable when updating
71- to latest CEF. The [ Migration Guide] ( Migration-guide.md ) document which
72- is still under works, will list most notable breaking changes since
73- v31 release. Until it's done go to go to the [ GitHub Releases] ( ../../../releases )
74- page and check release notes for all the releases
75- that appeared between your old version and the new version. Look for
76- lists named "Changes in API that break backward compatibility" or
77- similar.
71+ to latest CEF. The [ Migration Guide] ( Migration-guide.md ) document
72+ lists most notable breaking changes for each release. Other changes
73+ that do not backwards compatibility can be seen on [ GitHub Releases] ( ../../../releases )
74+ pages.
7875
7976Due to unavoidable changes in API it is recommended for your setup
8077scripts that use for example PIP to install the cefpython3 package,
8178to hardcode the cefpython version string. If for example using PIP's
8279requirements.txt file then list the cefpython3 package in the
83- following format: ` cefpython3 == 31.2 ` .
80+ following format if using cefpython v57.0 : ` cefpython3 == 57.0 ` .
8481
8582
8683## Differences between Python 2 and Python 3
You can’t perform that action at this time.
0 commit comments