diff --git a/v2/common/ifd.go b/v2/common/ifd.go index e000ce4..eda7372 100644 --- a/v2/common/ifd.go +++ b/v2/common/ifd.go @@ -214,7 +214,7 @@ var ( ) var ( - // DEPRECATION(dustin): These are for backwards-compatibility. These used to be strings but are now IfdIdentity structs and the newer "StandardIfdIdentity" symbols above should be used instead. These will be removed in the next release. + // RELEASE(dustin): These are for backwards-compatibility. These used to be strings but are now IfdIdentity structs and the newer "StandardIfdIdentity" symbols above should be used instead. These will be removed in the next release. IfdPathStandard = IfdStandardIfdIdentity IfdPathStandardExif = IfdExifStandardIfdIdentity diff --git a/v2/ifd_enumerate.go b/v2/ifd_enumerate.go index 1dac184..007025e 100644 --- a/v2/ifd_enumerate.go +++ b/v2/ifd_enumerate.go @@ -522,7 +522,7 @@ func (ie *IfdEnumerate) Scan(iiRoot *exifcommon.IfdIdentity, ifdOffset uint32, v // Ifd represents a single, parsed IFD. type Ifd struct { - // TODO(dustin): !! Why are all of these exported? Stop doing this in the next release. + // RELEASE(dustin): !! Why are all of these exported? Stop doing this in the next release. // TODO(dustin): Add NextIfd(). ifdIdentity *exifcommon.IfdIdentity diff --git a/v2/utility.go b/v2/utility.go index 816384b..08edd45 100644 --- a/v2/utility.go +++ b/v2/utility.go @@ -119,7 +119,7 @@ func (et ExifTag) String() string { return fmt.Sprintf("ExifTag