Skip to content

Commit 02d8e73

Browse files
committed
Update changelog [skip ci]
1 parent 2f75c13 commit 02d8e73

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

CHANGES.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ creating a new release entry be sure to copy & paste the span tag with the
88
`actions:bind` attribute, which is used by a regex to find the text to be
99
updated. Only the first match gets replaced, so it's fine to leave the old
1010
ones in. -->
11-
--------------------------------------------------------------------------------
11+
## isodatetime 3.2.0 (<span actions:bind='release-date'>Upcoming</span>)
12+
13+
### Fixes
14+
15+
[#234](https://github.com/metomi/isodatetime/pull/234):
16+
Fixed behaviour of adding a truncated TimePoint to a normal TimePoint.
17+
1218

1319
## isodatetime 3.1.0 (<span actions:bind='release-date'>Released 2023-10-05</span>)
1420

@@ -19,7 +25,6 @@ Requires Python 3.7+
1925
[#231](https://github.com/metomi/isodatetime/pull/231):
2026
Fixed mistakes in the CLI help text.
2127

22-
--------------------------------------------------------------------------------
2328

2429
## isodatetime 3.0.0 (<span actions:bind='release-date'>Released 2022-03-31</span>)
2530

@@ -44,7 +49,6 @@ TimePoints.
4449
Fixed a bug where the `timezone` functions would return incorrect results
4550
for certain non-standard/unusual system time zones.
4651

47-
--------------------------------------------------------------------------------
4852

4953
## isodatetime 2.0.2 (Released 2020-07-01)
5054

@@ -62,7 +66,6 @@ CLI can now read in from piped stdin.
6266
TimePoints can no longer be created with out-of-bounds values, e.g.
6367
`2020-00-00`, `2020-13-32T25:60`, `--02-30` are not valid.
6468

65-
--------------------------------------------------------------------------------
6669

6770
## isodatetime 2.0.1 (Released 2019-07-23)
6871

@@ -86,7 +89,6 @@ Support the CF compatible calendar mode strings `360_day`, `365_day` & `366_day`
8689
[#132](https://github.com/metomi/isodatetime/pull/132):
8790
Change namespace of `isodatetime` to `metomi.isodatetime`
8891

89-
--------------------------------------------------------------------------------
9092

9193
## isodatetime 2.0.0 (Released 2019-01-22)
9294

@@ -119,7 +121,6 @@ Fixed time point dumper time zone inconsistency.
119121
[#118](https://github.com/metomi/isodatetime/pull/118):
120122
Fixed time point dumper date type inconsistency.
121123

122-
--------------------------------------------------------------------------------
123124

124125
## isodatetime 2018.11.0 (Released 2018-11-05)
125126

@@ -143,7 +144,6 @@ Fix for timezone offsets where minutes are not 0.
143144
[#87](https://github.com/metomi/isodatetime/pull/87):
144145
Add `setup.py`.
145146

146-
--------------------------------------------------------------------------------
147147

148148
## isodatetime 2018.09.0 (Released 2018-09-11)
149149

@@ -155,7 +155,6 @@ This is the 10th release of isodatetime.
155155
New TimePoint method to find the next smallest property that is missing from a
156156
truncated representation.
157157

158-
--------------------------------------------------------------------------------
159158

160159
## isodatetime 2018.02.0 (Released 2018-02-06)
161160

@@ -166,7 +165,6 @@ This is the 9th release of isodatetime.
166165
[#82](https://github.com/metomi/isodatetime/pull/82):
167166
Fix subtracting a later timepoint from an earlier one.
168167

169-
--------------------------------------------------------------------------------
170168

171169
## isodatetime 2017.08.0 (Released 2017-08-09)
172170

@@ -180,13 +178,11 @@ Fix error string for bad conversion for strftime/strptime.
180178
[#74](https://github.com/metomi/isodatetime/pull/74):
181179
Slotted the data classes to improve memory footprint.
182180

183-
--------------------------------------------------------------------------------
184181

185182
## isodatetime 2017.02.1 (Released 2017-02-21)
186183

187184
This is the 7th release of isodatetime. Admin only release.
188185

189-
--------------------------------------------------------------------------------
190186

191187
## isodatetime 2017.02.0 (Released 2017-02-20)
192188

@@ -197,7 +193,6 @@ This is the 6th release of isodatetime.
197193
[#73](https://github.com/metomi/isodatetime/pull/73):
198194
Fix adding duration not in weeks and duration in weeks.
199195

200-
--------------------------------------------------------------------------------
201196

202197
## isodatetime 2014.10.0 (Released 2014-10-01)
203198

@@ -216,7 +211,6 @@ Fix `date1 - date2` where `date2` is greater than `date1` and `date1` and
216211
[#60](https://github.com/metomi/isodatetime/pull/60):
217212
Stricter dumper year bounds checking.
218213

219-
--------------------------------------------------------------------------------
220214

221215
## isodatetime 2014.08.0 (Released 2014-08-11)
222216

@@ -235,7 +229,6 @@ digits.
235229
Speeds up calculations involving counting the days over a number of consecutive
236230
years.
237231

238-
--------------------------------------------------------------------------------
239232

240233
## isodatetime 2014.07.0 (Released 2014-07-29)
241234

@@ -253,7 +246,6 @@ More flexible API for calendar mode.
253246
[#48](https://github.com/metomi/isodatetime/pull/48):
254247
`TimeInterval` class: add `get_seconds` method and input prettifying.
255248

256-
--------------------------------------------------------------------------------
257249

258250
## isodatetime 2014.06.0 (Released 2014-06-19)
259251

@@ -279,7 +271,6 @@ Implement subset of strftime/strptime POSIX standard.
279271
[#28](https://github.com/metomi/isodatetime/pull/28):
280272
Fix get next point for single-repetition recurrences.
281273

282-
--------------------------------------------------------------------------------
283274

284275
## isodatetime 2014-03 (Released 2014-03-13)
285276

0 commit comments

Comments
 (0)