Skip to content

Commit 9dcac7e

Browse files
author
y-p
committed
DOC: update RELEASE.rst
1 parent 695c9ef commit 9dcac7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ pandas 0.11.0
244244
- Fixed bug in Timestamp(d,tz=foo) when d is date() rather then datetime() (GH2993_)
245245
- series.plot(kind='bar') now respects pylab color schem (GH3115_)
246246
- Fixed bug in reshape if not passed correct input, now raises TypeError (GH2719_)
247+
- Fixed a bug where Series ctor did not respect ordering if OrderedDict passed in (GH3282_)
247248
- Fix NameError issue on RESO_US (GH2787_)
248249
- Allow selection in an *unordered* timeseries to work similary
249250
to an *ordered* timeseries (GH2437_).
@@ -314,6 +315,7 @@ pandas 0.11.0
314315
.. _GH2781: https://github.com/pydata/pandas/issues/2781
315316
.. _GH2786: https://github.com/pydata/pandas/issues/2786
316317
.. _GH2787: https://github.com/pydata/pandas/issues/2787
318+
.. _GH3282: https://github.com/pydata/pandas/issues/3282
317319
.. _GH2437: https://github.com/pydata/pandas/issues/2437
318320
.. _GH2753: https://github.com/pydata/pandas/issues/2753
319321
.. _GH2793: https://github.com/pydata/pandas/issues/2793

0 commit comments

Comments
 (0)