diff --git a/doc/ChangeLog b/doc/ChangeLog index fb55fa56..ff66e1d5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -39,6 +39,8 @@ Changes from version 0.21.1 to 0.22 (Milan Knizek) - Added Exif.Panasonic.LensType to the Exiv2::lensName() easy-access function. (Adrian Woodley) + - Added Exif.OlympusEq.LensModel to the Exiv2::lensName() + easy-access function. (Niels Kristian Bech Jensen) - Added new function Exiv2::versionNumberHexString(). (Volker Grabsch) - Updated Nikon Lens lookup table to v4.3.423.01 of diff --git a/src/easyaccess.cpp b/src/easyaccess.cpp index 09b5c8f7..7e34ce9c 100644 --- a/src/easyaccess.cpp +++ b/src/easyaccess.cpp @@ -263,6 +263,7 @@ namespace Exiv2 { "Exif.SonyMinolta.LensID", "Exif.Sony1.LensID", "Exif.Sony2.LensID", + "Exif.OlympusEq.LensModel", "Exif.Panasonic.LensType", "Exif.Samsung2.LensType" };