Skip to content

Commit 46bbb67

Browse files
committed
DOC: prepare changelog for release
1 parent 3f272dc commit 46bbb67

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

doc/source/changes/version_0_34_1.rst.inc

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
.. py:currentmodule:: larray
22

33

4-
Syntax changes
5-
^^^^^^^^^^^^^^
6-
7-
* renamed ``Array.old_method_name()`` to :py:obj:`Array.new_method_name()` (closes :issue:`1`).
8-
9-
* renamed ``old_argument_name`` argument of :py:obj:`Array.method_name()` to ``new_argument_name``.
10-
11-
12-
Backward incompatible changes
13-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14-
15-
* other backward incompatible changes
16-
17-
184
New features
195
^^^^^^^^^^^^
206

@@ -23,13 +9,6 @@ New features
239
* added support for stacking all arrays of a Session by simply doing: `stack(my_session)` instead of
2410
`stack(my_session.items())` (closes :issue:`1057`).
2511

26-
.. _misc:
27-
28-
Miscellaneous improvements
29-
^^^^^^^^^^^^^^^^^^^^^^^^^^
30-
31-
* improved something.
32-
3312

3413
Fixes
3514
^^^^^

0 commit comments

Comments
 (0)