File: CHANGES

package info (click to toggle)
python-mergedict 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: python: 176; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
=======
Changes
=======

1.0.0 (2020-01-28)
=====================

 - Drop support for Python 2.7
 - Drop support for Python 3.3
 - Drop support for Python 3.4


0.3.0 (2020-01-28)
=====================

 - No longer depend on singledispatch for Python 3.4 and after
 - Add support for Python 3.5, 3.6, 3.7 and 3.8


0.2.0 (2014-07-21)
=====================

 - Merge() implements same signature as dict.update()
 - Fix for dispatch methods defined in a hierarchy
 - Drop support for Python 2.6
 - Drop support for Python 3.2


0.1.2 (2014-07-07)
======================

 - Fix "pip install mergedict" (#1)


0.1.1 (2013-12-15)
======================

 - Initial release