Commit 50114f2 1 parent 2ffd934 commit 50114f2 Copy full SHA for 50114f2
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
## 0.12.0
4
4
5
5
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.
13
12
13
+ [ issue-102 ] : https://github.com/seejohnrun/ice_cube/issues/102
You can’t perform that action at this time.
0 commit comments