Skip to content

Commit fa8737b

Browse files
authored
Update Knowledge-Base.md
1 parent a1ddc14 commit fa8737b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/Knowledge-Base.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ To be notified on new commits subscribe to this [RSS/Atom feed](../../../commits
3434

3535
CEF Python depends on CEF and API breaks are inevitable when updating
3636
to latest CEF. The [Migration Guide](Migration-guide.md) document
37-
lists most notable breaking changes for each release. Other changes
38-
that do not backwards compatibility can be seen on [GitHub Releases](../../../releases)
39-
pages.
37+
lists most notable breaking changes for each release. Full chanelogs
38+
can be found on [GitHub Releases](../../../releases) pages.
4039

41-
Due to unavoidable changes in API it is recommended for your setup
42-
scripts that use for example PIP to install the cefpython3 package,
40+
Due to unavoidable changes in upstream API it is recommended for your setup
41+
scripts, that for example use PIP to install the cefpython3 package,
4342
to hardcode the cefpython version string. If for example using PIP's
44-
requirements.txt file then list the cefpython3 package in the
45-
following format if using cefpython v57.0: `cefpython3 == 57.0`.
43+
`requirements.txt` file then include the cefpython3 package in the
44+
following format if using e.g. cefpython v57.0: `cefpython3 == 57.0`.
4645

4746

4847
## Differences between Python 2 and Python 3

0 commit comments

Comments
 (0)