From 015129a9efd5f6b98a42124afd08853ea0810f5f Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Wed, 20 May 2020 14:33:28 -0400 Subject: [PATCH] Use RELEASE() notes to denote future backwards-incompatible TODOs --- v2/common/ifd.go | 2 +- v2/ifd_enumerate.go | 2 +- v2/utility.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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