README.md in regexp_parser-0.3.1 vs README.md in regexp_parser-0.3.2
- old
+ new
@@ -348,16 +348,16 @@
|   _**Meta**_ | `\M-c`, `\M-\C-C` | ✓ |
|   _**Octal**_ | `\0`, `\01`, `\012` | ✓ |
|   _**Unicode**_ | `\uHHHH`, `\u{H+ H+}` | ✓ |
| **Unicode Properties** | _<sub>([Unicode 7.0.0](http://www.unicode.org/versions/Unicode7.0.0/))</sub>_ | ⋱ |
|   _**Age**_ | `\p{Age=5.2}`, `\P{age=7.0}` | ✓ |
+|   _**Blocks**_ | `\p{InArmenian}`, `\P{InKhmer}` | ✓ |
|   _**Classes**_ | `\p{Alpha}`, `\P{Space}` | ✓ |
|   _**Derived**_ | `\p{Math}`, `\P{Lowercase}` | ✓ |
|   _**General Categories**_ | `\p{Lu}`, `\P{Cs}` | ✓ |
|   _**Scripts**_ | `\p{Arabic}`, `\P{Hiragana}` | ✓ |
|   _**Simple**_ | `\p{Dash}`, `\p{Extender}` | ✓ |
-|   _**Blocks**_ | `\p{InArmenian}`, `\P{InKhmer}` | ✓ |
##### Inapplicable Features
Some modifiers, like `o` and `s`, apply to the **Regexp** object itself and do not
appear in its source. Others such modifiers include the encoding modifiers `e` and `n`
@@ -456,6 +456,6 @@
* Unicode Standard Annex #44 [link](http://www.unicode.org/reports/tr44/)
---
##### Copyright
-_Copyright (c) 2010-2014 Ammar Ali. See LICENSE file for details._
+_Copyright (c) 2010-2016 Ammar Ali. See LICENSE file for details._