Skip to content

Commit

Permalink
Fix ReST in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Mar 20, 2013
1 parent eccd594 commit 5f9a695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/changelog.rst
Expand Up @@ -6,10 +6,12 @@ v0.4 (2013-03-19)


* Support Python 3. * Support Python 3.
* Support more APIs: * Support more APIs:

* ``cluster_state`` * ``cluster_state``
* ``get_settings`` * ``get_settings``
* ``update_aliases`` and ``aliases`` * ``update_aliases`` and ``aliases``
* ``update`` (existed but didn't work before) * ``update`` (existed but didn't work before)

* Support the ``size`` param of the ``search`` method. (You can now change * Support the ``size`` param of the ``search`` method. (You can now change
``es_size`` to ``size`` in your code if you like.) ``es_size`` to ``size`` in your code if you like.)
* Support the ``fields`` param on ``index`` and ``update`` methods, new since * Support the ``fields`` param on ``index`` and ``update`` methods, new since
Expand Down

0 comments on commit 5f9a695

Please sign in to comment.