Skip to content

Commit fcf9c81

Browse files
author
y-p
committed
DOC: update RELEASE.rst
1 parent 3aff3aa commit fcf9c81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.rst

+2
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ pandas 0.11.0
200200
- Fix upsampling bug with closed='left' and daily to daily data (GH3020_)
201201
- Fixed missing tick bars on scatter_matrix plot (GH3063_)
202202
- Fixed bug in Timestamp(d,tz=foo) when d is date() rather then datetime() (GH2993_)
203+
- series.plot(kind='bar') now respects pylab color schem (GH3115_)
203204

204205
.. _GH2758: https://github.com/pydata/pandas/issues/2758
205206
.. _GH2809: https://github.com/pydata/pandas/issues/2809
@@ -254,6 +255,7 @@ pandas 0.11.0
254255
.. _GH3063: https://github.com/pydata/pandas/issues/3063
255256
.. _GH3059: https://github.com/pydata/pandas/issues/3059
256257
.. _GH2993: https://github.com/pydata/pandas/issues/2993
258+
.. _GH3115: https://github.com/pydata/pandas/issues/3115
257259

258260
pandas 0.10.1
259261
=============

0 commit comments

Comments
 (0)