Skip to content

Commit 50114f2

Browse files
committed
Fix markdown
1 parent 2ffd934 commit 50114f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

UPGRADING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
## 0.12.0
44

55
Previous versions used `start_date` as a hash key. This version introduces a
6-
deprecation by renaming to `start_time` for consistency: see [issue
7-
#102](https://github.com/seejohnrun/ice_cube/issues/102). The old name will
8-
continue to be recognized when reading seralized schedules from previous
9-
versions, and we will default to exporting serialized schedules
10-
with *both* names. You can disable this duplication by setting
11-
`IceCube.compatibility = 12` after your downstream code is updated to look for
12-
`start_time`. Watch for deprecation notices in your log.
6+
deprecation by renaming to `start_time` for consistency: see
7+
[issue #102][issue-102]. The old name will continue to be recognized when
8+
reading seralized schedules from previous versions, and we will default to
9+
exporting serialized schedules with *both* names. You can disable this
10+
duplication by setting `IceCube.compatibility = 12` after your downstream code
11+
is updated to look for `start_time`. Watch for deprecation notices in your log.
1312

13+
[issue-102]: https://github.com/seejohnrun/ice_cube/issues/102

0 commit comments

Comments
 (0)