File: CHANGELOG.rst

package info (click to toggle)
txdbus 1.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: python: 6,658; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Changelog
=========

Version 1.1.0
-------------

* Preliminary support for Python 3.
* Dropped support for Python 2.6.
* Added support for the DBus ``h`` (UNIX_FD) argument types.
* Fixed ``path_namespace`` based routing rule handling.
* Moved tests from txdbus/ package to the root of the project.
* Added flake8 checks to automated tests.
* Added automated code coverage tracking.
* Created CHANGELOG.rst.