README.md in regexp_parser-0.3.1 vs README.md in regexp_parser-0.3.2

- old
+ new

@@ -348,16 +348,16 @@ | &emsp;&nbsp;_**Meta**_ | `\M-c`, `\M-\C-C` | &#x2713; | | &emsp;&nbsp;_**Octal**_ | `\0`, `\01`, `\012` | &#x2713; | | &emsp;&nbsp;_**Unicode**_ | `\uHHHH`, `\u{H+ H+}` | &#x2713; | | **Unicode Properties** | _<sub>([Unicode 7.0.0](http://www.unicode.org/versions/Unicode7.0.0/))</sub>_ | &#x22f1; | | &emsp;&nbsp;_**Age**_ | `\p{Age=5.2}`, `\P{age=7.0}` | &#x2713; | +| &emsp;&nbsp;_**Blocks**_ | `\p{InArmenian}`, `\P{InKhmer}` | &#x2713; | | &emsp;&nbsp;_**Classes**_ | `\p{Alpha}`, `\P{Space}` | &#x2713; | | &emsp;&nbsp;_**Derived**_ | `\p{Math}`, `\P{Lowercase}` | &#x2713; | | &emsp;&nbsp;_**General Categories**_ | `\p{Lu}`, `\P{Cs}` | &#x2713; | | &emsp;&nbsp;_**Scripts**_ | `\p{Arabic}`, `\P{Hiragana}` | &#x2713; | | &emsp;&nbsp;_**Simple**_ | `\p{Dash}`, `\p{Extender}` | &#x2713; | -| &emsp;&nbsp;_**Blocks**_ | `\p{InArmenian}`, `\P{InKhmer}` | &#x2713; | ##### 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._