Skip to content

Commit 3fe2832

Browse files
committed
Use short form for markdown headers
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent a7f6998 commit 3fe2832

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

CHANGELOG.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
Changelog
2-
=========
1+
# Changelog
32

4-
4.6.3 (2018-10-08)
5-
------------------
3+
## 4.6.3 (2018-10-08)
64

75
Do not map between attribute FriendlyName and attribute Name when no
86
attributemaps are provided.
97

10-
4.6.2 (2018-09-06)
11-
------------------
8+
## 4.6.2 (2018-09-06)
129

1310
Refactor AttributeValueBase::set_text method.
1411

@@ -22,17 +19,15 @@ Refactor AttributeValueBase::set_text method.
2219
type.
2320
- set_text will raise a ValueError if the type is unknown.
2421

25-
4.6.1 (2018-08-29)
26-
------------------
22+
## 4.6.1 (2018-08-29)
2723

2824
- Allow multiple AttributeStatement tags per Assertion
2925
- Raise ValueError for invalid attribute type
3026
- Make NameID element optional
3127
- tests: fix test that depended on actual datetime
3228
- build: Set minimum build-tool version through pyproject.toml
3329

34-
4.6.0 (2018-08-07)
35-
------------------
30+
## 4.6.0 (2018-08-07)
3631

3732
- Allow configuration and specification of id attribute name
3833
- Retrieve SLO endpoint by the appropriate service type
@@ -72,12 +67,12 @@ Refactor AttributeValueBase::set_text method.
7267
- examples: Fix wsgiserver usage for example sp
7368
- examples: Fix cherrypy.wsgiserver usage
7469

75-
0.4.2 (2012-03-27)
76-
------------------
70+
## 0.4.2 (2012-03-27)
71+
7772
- Add default attribute mappings
7873

79-
0.4.1 (2012-03-18)
80-
------------------
74+
## 0.4.1 (2012-03-18)
75+
8176
- Auto sign authentication and logout requests following config options.
8277
- Add backwards compatibility with ElementTree in python < 2.7.
8378
- Fix minor bugs in the tests.

0 commit comments

Comments
 (0)