Browse Source

#848: Update the stringLength validator doc, thanks to @Relequestual

phuoc 11 years ago
parent
commit
aa7f819b7c
2 changed files with 4 additions and 2 deletions
  1. 3 2
      CHANGELOG.md
  2. 1 0
      CONTRIBUTORS.md

+ 3 - 2
CHANGELOG.md

@@ -3,12 +3,13 @@
 ## v0.5.3 (not released yet)
 
 __New Features__
-
 * [#807](https://github.com/nghuuphuoc/bootstrapvalidator/issues/807), [#821](https://github.com/nghuuphuoc/bootstrapvalidator/pull/821): Add ```min```, ```max``` options for the [date](http://bootstrapvalidator.com/validators/date/) validator, thanks to [@Arkni](https://github.com/Arkni)
 * [#844](https://github.com/nghuuphuoc/bootstrapvalidator/pull/844), [#874](https://github.com/nghuuphuoc/bootstrapvalidator/pull/874): The [stringLength](http://bootstrapvalidator.com/validators/stringLength/) validator adds option to evaluate length in UTF-8 bytes, thanks to [@thx2001r](https://github.com/thx2001r)
 
-__Language Packages__
+__Document__
+* [#848](https://github.com/nghuuphuoc/bootstrapvalidator/pull/848): Updated the [stringLength](http://bootstrapvalidator.com/validators/stringLength) document, thanks to [@Relequestual](https://github.com/Relequestual)
 
+__Language Packages__
 * [#827](https://github.com/nghuuphuoc/bootstrapvalidator/pull/827): Updated Dutch language package, thanks to [@JvanderHeide](https://github.com/JvanderHeide)
 * [#829](https://github.com/nghuuphuoc/bootstrapvalidator/pull/829): Updated Swedish language package, thanks to [@ulsa](https://github.com/ulsa)
 * [#834](https://github.com/nghuuphuoc/bootstrapvalidator/pull/834): Updated Ukrainian and Russian language packages, thanks to [@oleg-voloshyn](https://github.com/oleg-voloshyn)

+ 1 - 0
CONTRIBUTORS.md

@@ -75,6 +75,7 @@ I would like to give big thanks to the following contributors:
 * [@phillprice](https://github.com/phillprice)
 * [@pRieStaKos](https://github.com/pRieStaKos)
 * [@q-state](https://github.com/q-state)
+* [@Relequestual](https://github.com/Relequestual)
 * [@roryprimrose](https://github.com/roryprimrose)
 * [@ryan2049](https://github.com/ryan2049)
 * [@shamiao](https://github.com/shamiao)