summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-04-09 11:29:59 +0100
committerHans-Nikolai Viessmann2019-04-09 11:29:59 +0100
commit6bceab069c693aa314d3434d5a0c60223668aeb1 (patch)
tree5f57910e2c0c28cdb3df252e8a70c25afb406d58 /CHANGELOG.md
parent0c122f4ab51d98a7c4ff1cae61c5459380c247be (diff)
downloadaur-6bceab069c693aa314d3434d5a0c60223668aeb1.tar.gz
bump to version 2.14.3
Also switched from using gcc-7 to just gcc (8 at the moment)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6352060daf4..53bf3558cfd8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# v2.14.3
+- [#260](https://github.com/xmrig/xmrig-nvidia/issues/260) Added workaround for CUDA bug, thanks [@psychocrypt](https://github.com/psychocrypt).
+
+# v2.14.2
+- [#253](https://github.com/xmrig/xmrig-nvidia/pull/253) Fixed NVRTC dll copy when build miner.
+- [#255](https://github.com/xmrig/xmrig-nvidia/pull/255) Fixed CUDA8 support and added memory size display in summary.
+
# v2.14.1
- [#246](https://github.com/xmrig/xmrig-nvidia/issues/246) Fixed compatibility with old GPUs (compute capability < 3.5).