Skip to content

Commit b6d6e93

Browse files
committed
Merge branch 'master' of https://github.com/cztomczak/cefpython
2 parents 1ebc485 + fa8737b commit b6d6e93

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-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

examples/README-examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ See small code snippets that show various CEF features in the
6363
on a web page as soon as DOM is ready.
6464
- [onpagecomplete.py](snippets/onpagecomplete.py) - Execute custom
6565
Python code on a web page when page loading is complete.
66+
- [setcookie.py](snippets/setcookie.py) - Shows how to set a cookie
6667
- [window_size.py](snippets/window_size.py) - Set initial window size
6768
without use of any third party GUI framework.
6869

0 commit comments

Comments
 (0)