From d7809b8c4e5e6cd115c50bb3bbbe6f468786e988 Mon Sep 17 00:00:00 2001 From: dhirschf Date: Thu, 11 May 2017 09:19:12 +1000 Subject: [PATCH] Updated CHANGELOG and AUTHORS --- AUTHORS.md | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 10b17f157..d715eed6f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -19,6 +19,7 @@ - Christopher Pow ([@christopherpow](https://github.com/christopherpow)) - Daniel Fernandez ([@fdanny](https://github.com/fdanny)) - Daniel Santana ([@dgsantana](https://github.com/dgsantana)) +- Dave Hirschfeld ([@dhirschfeld](https://github.com/dhirschfeld)) - David Lechner ([@dlech](https://github.com/dlech)) - Dmitriy Se ([@dmitriyse](https://github.com/dmitriyse)) - He-chien Tsai ([@t3476](https://github.com/t3476)) diff --git a/CHANGELOG.md b/CHANGELOG.md index b446cc4b6..6c245b17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][]. ### Added - Added clr.GetClrType (#432)(#433) - Added `Foo` feature +- Allowed passing None for nullable args (#460) ### Changed