We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9380395 commit 15f8796Copy full SHA for 15f8796
1 file changed
CHANGELOG.txt
@@ -16,6 +16,15 @@ You should have received a copy of the GNU General Public License
16
along with this program. If not, see
17
<http://www.gnu.org/licenses/>.
18
19
+Changes in v0.10.0:
20
+ 1/ API change: replaced Value += operator with append method.
21
+ 2/ Improved conversion of LangAltValue to/from Python dict.
22
+ 3/ Can construct some other values from a Python list.
23
+ 4/ AnyError exception renamed to Exiv2Error (with AnyError wrapper for
24
+ compatibility).
25
+ 5/ Enabled localisation of error messages etc.
26
+ 6/ Python enum class is used for Exiv2 enums.
27
+
28
Changes in v0.9.0:
29
1/ Add Exiv2::BasicIo and its subclasses to Python interface.
30
0 commit comments