Files
cibuildwheel/docs/changelog.md
T

18 lines
371 B
Markdown
Raw Normal View History

---
title: Changelog
---
{%
2020-12-21 13:15:33 +00:00
include-markdown "../README.md"
start="<!--changelog-start-->"
end="<!--changelog-end-->"
%}
<script>
// undo the scrollTop that the theme did on this page, as there are loads
// of toc entries and it's disorientating.
window.addEventListener('DOMContentLoaded', function() {
$('.wy-nav-side').scrollTop(0)
})
</script>