From 501f6c2c38726a3ca075ab52aaecb53c27b3399f Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Thu, 10 Nov 2016 23:14:00 +0100 Subject: [PATCH] changelog and credits updated --- CHANGELOG.rst | 6 ++++++ CREDITS.rst | 3 +++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 41fc03a4..1a22128d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,12 @@ are used for versioning (schema follows below): 0.3.4 to 0.4). - All backwards incompatible changes are mentioned in this document. +0.9.17 +------ +yyyy-mm-dd (not released yet) + +- Value validations for Integer and Text Fields. + 0.9.16 ------ 2016-11-10 diff --git a/CREDITS.rst b/CREDITS.rst index a9997b54..0916da9f 100644 --- a/CREDITS.rst +++ b/CREDITS.rst @@ -32,3 +32,6 @@ Thanks to the following people for their contributions: - `Michal Dabski `_ for minor fixes. +- `Marcos Amorim + `_ + for number of validation improvements.