summaryrefslogtreecommitdiff
path: root/changelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.html')
-rw-r--r--changelog.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/changelog.html b/changelog.html
index bc244ed..936cd43 100644
--- a/changelog.html
+++ b/changelog.html
@@ -4,6 +4,20 @@
<meta charset="utf-8">
</head>
<body>
+ <h1>5</h1>
+ <ul>
+ <li>Automatically detect number of threads.</li>
+ <li>Improve debugging.</li>
+ <li>Enable POSIX C.</li>
+ <li>Create foundation for loading and creating XML configurations.</li>
+ <li>Improve help screen.</li>
+ <li>Fix the static_assert in <i>include/benoit.hh</i> comparing to bits instead of bytes.</li>
+ <li>Switch compiler from Clang++ to G++ as it has better C++20 support.</li>
+ <li>Rework code structure.</li>
+ <li>Resize maximum resolution from <i>65535</i> to <i>4294967295</i>.</li>
+ <li>Make renderer able to create and use threads.</li>
+ <li>Create <i>purge</i> target in Makefile.</li>
+ </ul>
<h1>4</h1>
<ul>
<li>Remove build artifacts.</li>
@@ -13,7 +27,7 @@
<ul>
<li>Remove unused variables from Makefile.</li>
<li>Require the LLP64 data model when compiling.</li>
- <li>Create working multithreaded example.</li>
+ <li>Create working multithrded example.</li>
<li>Depend also on libpng.</li>
<li>Remove JPEG as a supported image format.</li>
</ul>
@@ -24,7 +38,7 @@
<li>Create better support for different image formats.</li>
<li>Remove C-string functions in favour of the ones in &ltcstring&gt.</li>
<li>Greatly improve debugging.</li>
- <li>Create foundation for new multithreaded multiprecision renderer.</li>
+ <li>Create foundation for new multithrded multiprecision renderer.</li>
<li>Remove old renderer.</li>
<li>Completely remove Rust artifacts.</li>
</ul>