We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedb690 commit 98b61e8Copy full SHA for 98b61e8
doc/source/whatsnew/v0.19.2.txt
@@ -22,10 +22,7 @@ Performance Improvements
22
23
Bug Fixes
24
~~~~~~~~~
25
-- compat with ``dateutil==2.6.0`` for testing (:issue:`14621`)
26
-- allow ``nanoseconds`` in ``Timestamp.replace`` kwargs (:issue:`14621`)
27
-- BUG in clipboard (linux, python2) with unicode and separator (:issue:`13747`)
28
-=======
+
29
- Compat with ``dateutil==2.6.0``; segfault reported in the testing suite (:issue:`14621`)
30
- Allow ``nanoseconds`` in ``Timestamp.replace`` as a kwarg (:issue:`14621`)
31
@@ -46,3 +43,4 @@ Bug Fixes
46
43
47
44
48
45
- Explicit check in ``to_stata`` and ``StataWriter`` for out-of-range values when writing doubles (:issue:`14618`)
+- BUG in clipboard (linux, python2) with unicode and separator (:issue:`13747`)
0 commit comments