Releases: Reloaded-Project/Reloaded.Memory.Buffers
1.4.6
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Unreleased
1.4.6 - 2022-06-18
Commits
- Changed: Do not include unnecessary dependency in .NET 5 & .NET 6
2fcea9a
1.4.5
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Unreleased
1.4.5 - 2022-06-17
Commits
- Updated: Reloaded.Memory to Trimmable Version
e17a350
1.4.4
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Unreleased
1.4.4 - 2022-04-19
Merged
- Increase
Create[Private]MemoryBuffer
reliability#2
Commits
1.4.3
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Unreleased
1.4.3 - 2022-04-13
Merged
- Increase
MemoryBufferHelper.Allocate
reliability#1
Commits
1.4.2
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Unreleased
1.4.2 - 2022-03-17
Commits
1.4.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
1.4.1 - 2021-09-09
Commits
1.3.5
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
1.3.5 - 2021-02-01
Commits
Hotfix | 1.3.4
Bug Fixes
MemoryPages.GetPages()
would not terminate on some machines after the last page.
Improvements
Added some error handling for calls to VirtualQuery
and its derivatives.
Minor #3 Patch #3
Fixes
SetAlignment
function was not functional. 🤦♀️
Minor #3 Patch #2
Changes
-
Re-hid the
SetAlignment
function inMemoryBufferProperties
in case the user is unaware that obtaining the properties gets a copy. -
Exposed an
SetAlignment
function in baseMemoryBuffer
class, which will read the properties, edit alignment and write back.