Skip to content

Commit 345e0f4

Browse files
Update change log
1 parent f38f333 commit 345e0f4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-gphoto2 - Python interface to libgphoto2
22
http://github.com/jim-easterbrook/python-gphoto2
3-
Copyright (C) 2014-18 Jim Easterbrook jim@jim-easterbrook.me.uk
3+
Copyright (C) 2014-19 Jim Easterbrook jim@jim-easterbrook.me.uk
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -15,6 +15,13 @@ GNU General Public License for more details.
1515
You should have received a copy of the GNU General Public License
1616
along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

18+
Changes in 2.0.0:
19+
1/ COMPATIBILITY CHANGE: gp_log_add_func and use_python_logging now return a
20+
Python object which must be stored until logging is no longer needed.
21+
2/ Added cam-conf-view-gui & wait-for-event examples. Thanks to the users who
22+
contributed these.
23+
3/ Various minor bug fixes and improvements.
24+
1825
Changes in 1.9.0:
1926
1/ Enabled use of context callback functions such as
2027
gp_context_set_progress_funcs.

0 commit comments

Comments
 (0)