Skip to content

Commit e185731

Browse files
committed
README update
1 parent 3052eab commit e185731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ from datemath import dm
151151
```
152152

153153
# Release Notes
154+
* v1.4.7 - Fixed timezone for date strings: https://github.com/nickmaccarthy/python-datemath/issues/6
154155
* v1.4.5 - Added roundDown functionality. Allows user to specify the default rounding for expressions such as `/d`.
155156
* example - assuming the time is currently 2016-01-01 12:00:00, we should get the following
156157
```
@@ -159,7 +160,7 @@ from datemath import dm
159160
<Arrow [2016-01-01T23:59:00+00:00]>
160161
>>> dm('now/d')
161162
<Arrow [2016-01-01T00:00:00+00:00]>
162-
```
163+
```
163164
* v1.4.4 - Fixed bug with expression logic and rounding: https://github.com/nickmaccarthy/python-datemath/pull/2
164165
* v1.4.3 - Floats are now supported for days, hours, and seconds units. Example ```now-2.5d```, ```now-3.2h```. Any other unit other than days, hours, or seconds that is a float will be converted to an int and floored due to the datetime() module not being able to handle them.
165166

0 commit comments

Comments
 (0)