File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ The current and past members of the MkDocs team.
21
21
* [ @d0ugal ] ( https://github.com/d0ugal/ )
22
22
* [ @waylan ] ( https://github.com/waylan/ )
23
23
24
+ ## Version 1.0.1 (2018-08-13)
25
+
26
+ * Bugfix: Prevent page reload when [ Enter] is pressed in search box (#1589 ).
27
+ * Bugfix: Avoid calling ` search ` until all assets are ready (#1584 ).
28
+ * Bugfix: Exclude ` README.md ` if ` index.md ` is present (#1580 ).
29
+ * Bugfix: Fix ` readthedocs ` theme navigation bug with homepage (#1576 ).
30
+
24
31
## Version 1.0 (2018-08-03)
25
32
26
33
### Major Additions to Version 1.0
Original file line number Diff line number Diff line change 4
4
from __future__ import unicode_literals
5
5
6
6
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
7
- __version__ = '1.0'
7
+ __version__ = '1.0.1 '
You can’t perform that action at this time.
0 commit comments