docs: update changelog

This commit is contained in:
Eric Wasylishen 2024-02-15 18:18:26 -07:00
parent 478f2ad086
commit ec15eb7b8c
2 changed files with 23 additions and 0 deletions

View File

@ -135,6 +135,10 @@ Options
Removes *LUMPNAME* from *BSPFILE*.
.. option:: --svg
Writes a top-down SVG rendering of *BSPFILE*.
Author
======

View File

@ -2,6 +2,25 @@
Changelog
=========
2.0.0-alpha7 (unreleased)
=========================
Features
--------
- bsputil: gained ``--svg`` export
Bug fixes
---------
- qbsp: fix "sides not found" warning spam on Q1 maps with sky
Enhancements
------------
- qbsp: liquids are automatically detail (according to ``-transwater``).
2.0.0-alpha6
============