diff --git a/NEWS.rst b/NEWS.rst index 10fb11b..717345d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,13 @@ Major changes among versions ============================== +v0.3.4 +====== +- Viewport is now defined in the generated HTML, which works better + for mobile devices. +- Even-odd row styling moved to the CSS using :nth-child(). This + makes the HTML served to clients smaller. + v0.3.3 ====== - New feature: table headers in the default template are now clickable