File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,17 @@ The current and past members of the MkDocs team.
2121* [ @d0ugal ] ( https://github.com/d0ugal/ )
2222* [ @waylan ] ( https://github.com/waylan/ )
2323
24- ## Version 1.1.2 (Under development )
24+ ## Version 1.1.2 (2020-05-14 )
2525
26- * Bugfix: Normalize IP addresses and change error to warning (#2108 ).
26+ * Bugfix: Normalize IP addresses and change unsupported address error to a
27+ warning (#2108 ).
2728
2829## Version 1.1.1 (2020-05-12)
2930
3031* Bugfix: Allow compressed sitemap to be deterministic by supporting the
3132 ` SOURCE_DATE_EPOCH ` environment variable (#2100 ).
32- * Bugfix: Use README.md as index.html even if use_directory_urls is false (#2081 ).
33+ * Bugfix: Use ` README.md ` as ` index.html ` even if ` use_directory_urls ` is false
34+ (#2081 ).
3335* Bugfix: Ignore links which start with a backslash (#1680 ).
3436* Bugfix: Pass ` builder ` to the ` on_serve ` event so that it can be passed to
3537 ` server.watch ` by plugins (#1952 ).
Original file line number Diff line number Diff line change 22
33
44# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
5- __version__ = '1.1.1 '
5+ __version__ = '1.1.2 '
You can’t perform that action at this time.
0 commit comments