From 6b692dcdae6dcff423a818d6f85cc1800f60daa3 Mon Sep 17 00:00:00 2001 From: Jonathan MacCarthy Date: Tue, 12 Jul 2016 07:46:12 -0600 Subject: [PATCH] Update changelog for SACTrace.iqual --- CHANGELOG.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e9aafe31c49..4a669ec8330 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -40,6 +40,8 @@ true. If "dist" header is found, distances aren't calculated. * SACTrace class returns header values as native Python types instead of NumPy types. + * SACTrace.iqual is no longer accepts enumerated string values, but + arbitrary integer values. - obspy.signal: * PPSD.plot(): fix plotting of percentiles, mode and mean and setting period limits when using "xaxis_frequency=True" (see #1406, #1416)