From 7f9270407f3dbc84a2d76ea71bcc95a86433b509 Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 20 Jun 2018 11:17:05 -0400 Subject: [PATCH] Update other docs for cxxrandom/#1204 --- docs/Authors.rst | 1 + docs/changelog.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/Authors.rst b/docs/Authors.rst index 7bd4f4757..df2d2dc6b 100644 --- a/docs/Authors.rst +++ b/docs/Authors.rst @@ -29,6 +29,7 @@ Carter Bray Qartar Chris Dombroski cdombroski Clayton Hughes Clément Vuchener cvuchener +Cooper cppcooper coope Dan Amlund danamlund Daniel Brooks db48x David Corbett dscorbett diff --git a/docs/changelog.txt b/docs/changelog.txt index ca7d50538..063d03684 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -37,6 +37,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ================================================================================ # Future +## New Plugins +- `cxxrandom`: exposes some features of the C++11 random number library to Lua + ## Fixes - Fixed many tools incorrectly using the ``dead`` unit flag (they should generally check ``flags2.killed`` instead) - Fixed ``-g`` flag (GDB) in Linux ``dfhack`` script (particularly on x64)