Skip to content

Commit 6a21040

Browse files
committed
Add info about last 4.x release with new features.
Simplify changelog headings.
1 parent 97f6e46 commit 6a21040

File tree

1 file changed

+31
-29
lines changed

1 file changed

+31
-29
lines changed

docs/changes.rst

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,48 @@
33
Changes
44
=======
55

6-
4.6.0 to 4.7.0
7-
--------------
6+
4.7.0
7+
-----
8+
9+
The last release in the 4.x series that adds new features.
810

911
* Call strip on given path first in ``slugify``.
1012
* Add ``doc_index`` function in ``template.py``.
1113
* Add ``collection_index`` function in ``template.py``.
1214

13-
4.5.0 to 4.6.0
14-
--------------
15+
4.6.0
16+
-----
1517

1618
* Make collections available to templates as lists of path, value tuples.
1719
* Convert ``created`` and ``updated`` document attributes to datetime objects if they are strings.
1820

19-
4.4.0 to 4.5.0
20-
--------------
21+
4.5.0
22+
-----
2123

2224
* Add support for multilingual indexes and add sample ``i18n`` site.
2325
* Remove support for Python 3.4 as latest Markdown requires at least Python 3.5.
2426

25-
4.3.0 to 4.4.0
26-
--------------
27+
4.4.0
28+
-----
2729

2830
* Add ``build`` and ``write`` methods to Generate class, so subclasses can easily overwrite the build and write steps.
2931
* Handle UnicodeDecodeError in filesource when reading binary files.
3032
* Make ``slugify`` function from path module available in templates.
3133

32-
4.2.0 to 4.3.0
33-
--------------
34+
4.3.0
35+
-----
3436

3537
* Add ``--site`` option to choose the base site to use when creating a new one.
3638
* Add ``bare`` base site with minimal markup and files.
3739

38-
4.1.0 to 4.2.0
39-
--------------
40+
4.2.0
41+
-----
4042

4143
* Add attr_contains template filter to enable filtering docs with an attribute containing a given value.
4244
* URL unquote file names so special characters can be used in URLs.
4345

44-
4.0.0 to 4.1.0
45-
--------------
46+
4.1.0
47+
-----
4648

4749
* Enable expression-statement extension that adds the do tag.
4850
* Added raw keyword argument to filesource function, which defaults to False.
@@ -59,8 +61,8 @@ Changes
5961
* Removed useless list calls.
6062
* Bugfix: don't use str.format to avoid UnicodeEncodeException in Python 2.7.
6163

62-
3.3.0 to 4.0.0
63-
--------------
64+
4.0.0
65+
-----
6466

6567
The 4.0.0 release includes several backwards incompatible changes, that affect external scripts that access Logya attibutes, as well as RSS and index templates.
6668

@@ -87,10 +89,10 @@ The 4.0.0 release includes several backwards incompatible changes, that affect e
8789
* Removed FileWriter class entirely.
8890
* Moved canonical_filename to path module.
8991
* Set feed limit in rss template so user can set this to a preferred value.
90-
* Updated dependecies.
92+
* Updated dependencies.
9193

92-
3.2.2 to 3.3.0
93-
--------------
94+
3.3.0
95+
-----
9496

9597
* More pythonic and readable code.
9698
* Use tox for running tests against different python versions.
@@ -110,33 +112,33 @@ The 4.0.0 release includes several backwards incompatible changes, that affect e
110112
* Added default robots.txt to starter site.
111113
* Added datePublished and dateModified schema markup to post and postinfo templates.
112114

113-
3.2.1 to 3.2.2
114-
--------------
115+
3.2.2
116+
-----
115117

116118
* Updated bootstrap, jquery and fontawesome.
117119
* Use updated property for lastmod in xml sitemap.
118120
* Added postinfo template and sample post that displays it.
119121
* Added author setting to site.yaml.
120122
* Added updated property to document header, if not set by author.
121123

122-
3.2.0 to 3.2.1
123-
--------------
124+
3.2.1
125+
-----
124126

125127
* Allow for non-existing body so a doc can only consist of header values.
126128

127-
3.1.0 to 3.2.0
128-
--------------
129+
3.2.0
130+
-----
129131

130132
* Use yaml's CLoader if available. For complex data structures performance gains are huge.
131133
* Added run command.
132134

133-
3.0 to 3.1.0
134-
------------
135+
3.1.0
136+
-----
135137

136138
* Added get_doc template function.
137139

138-
2.3 to 3.0
139-
----------
140+
3.0
141+
---
140142

141143
Logya version 3.0 is not backwards compatible due to changed configuration.
142144

0 commit comments

Comments
 (0)