Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Jan 19, 2017
1 parent 5852da4 commit 8ae8fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ spyne-2.13.0
``spyne.BODY_STYLE_EMPTY`` before. This hould not break anything unless you
are doing some REAL fancy stuff in the method decorators or service events.
* Auxproc is DEPRECATED. Just get rid of it.
* `spyne.protocol.dictdoc.simple`, `spyne.server.twisted.http` and
`spyne.server.django` are not experimental anymore.
* ``spyne.protocol.dictdoc.simple``, ``spyne.server.twisted.http`` and
``spyne.server.django`` are not experimental anymore.
* No major changes otherwise but we paid a lot of technical debt. e.g. We
revamped the test infrastructure.
* ``_in_variable_names`` argument to ``@rpc`` was deprecated in favour of
* ``_in_variable_names`` argument to ``@rpc`` was deprecated in favour of
``_in_arg_names``
* ``_udp`` argument to ``@rpc`` was deprecated in favour of ``_udd``. UDP is
too well known as user datagram protocol which could be confusing.
Expand Down

0 comments on commit 8ae8fb9

Please sign in to comment.