Skip to content

Commit 42cdd76

Browse files
Update change log
1 parent b43dd16 commit 42cdd76

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ License along with python-gphoto2. If not, see
2020

2121

2222
Changes in 2.4.0:
23-
*/ Change licence from GPLv3+ to LGPLv3+.
24-
*/ API change! gp_file_open no longer creates CameraFile object. It is now
23+
1/ API change! gp_file_open no longer creates CameraFile object. It is now
2524
consistent with the C API.
26-
*/ Deprecated functions: gp_abilities_list_append, gp_list_populate,
25+
2/ Deprecated functions: gp_abilities_list_append, gp_list_populate,
2726
gp_port_info_list_append, gp_widget_add_choice, gp_widget_set_info,
2827
gp_widget_set_name, gp_widget_set_range, gp_widget_set_readonly.
2928
These will be removed in a future release.
30-
*/ CameraList behaves like a cross between Python list and dict types.
29+
3/ Change licence from GPLv3+ to LGPLv3+.
30+
4/ CameraList behaves like a cross between Python list and dict types.
31+
5/ Added unit tests to check most libgphoto2 functions.
32+
6/ Include virtual camera in "binary wheels".
3133

3234
Changes in 2.3.6:
3335
1/ Use libusb1 instead of libusb0 in Linux binary wheels.

0 commit comments

Comments
 (0)