mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Added CHANGELOG.md. Introduced semantic versioning - current version is 1.0.0.
This commit is contained in:
parent
9137407734
commit
0a41b12c10
3
CHANGELOG.md
Normal file
3
CHANGELOG.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# 1.0.0 (2017-06-16)
|
||||||
|
|
||||||
|
First public release.
|
@ -5,3 +5,5 @@ This is a README file for Vulkan Memory Allocator library and accompanying sampl
|
|||||||
**Documentation:** See [Vulkan Memory Allocator](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) (generated from Doxygen-style comments in [src/vk_mem_alloc.h](src/vk_mem_alloc.h)).
|
**Documentation:** See [Vulkan Memory Allocator](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) (generated from Doxygen-style comments in [src/vk_mem_alloc.h](src/vk_mem_alloc.h)).
|
||||||
|
|
||||||
**License:** MIT. See [LICENSE.txt](LICENSE.txt).
|
**License:** MIT. See [LICENSE.txt](LICENSE.txt).
|
||||||
|
|
||||||
|
**Changelog:**: See [CHANGELOG.md](CHANGELOG.md).
|
||||||
|
@ -62,7 +62,7 @@ $(function() {
|
|||||||
<div class="title">Vulkan Memory Allocator </div> </div>
|
<div class="title">Vulkan Memory Allocator </div> </div>
|
||||||
</div><!--header-->
|
</div><!--header-->
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<div class="textblock"><p>Version 1.0, 2017-05-10</p>
|
<div class="textblock"><p>Version 1.0.0 (2017-06-16)</p>
|
||||||
<p>Members grouped: see <a href="modules.html"><b>Modules</b></a>.</p>
|
<p>Members grouped: see <a href="modules.html"><b>Modules</b></a>.</p>
|
||||||
<p>All members: see <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a>.</p>
|
<p>All members: see <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a>.</p>
|
||||||
<h1><a class="anchor" id="problem"></a>
|
<h1><a class="anchor" id="problem"></a>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
/** \mainpage Vulkan Memory Allocator
|
/** \mainpage Vulkan Memory Allocator
|
||||||
|
|
||||||
Version 1.0, 2017-05-10
|
Version 1.0.0 (2017-06-16)
|
||||||
|
|
||||||
Members grouped: see <a href="modules.html"><b>Modules</b></a>.
|
Members grouped: see <a href="modules.html"><b>Modules</b></a>.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user