README.md in dentaku-2.0.10 vs README.md in dentaku-2.0.11
- old
+ new
@@ -121,22 +121,24 @@
application, AST caching will consume more memory with each new formula.
BUILT-IN OPERATORS AND FUNCTIONS
---------------------------------
-Math: `+`, `-`, `*`, `/`, `%`
+Math: `+`, `-`, `*`, `/`, `%`, `^`, `|`, `&`
-Logic: `<`, `>`, `<=`, `>=`, `<>`, `!=`, `=`, `AND`, `OR`
+Also, all functions from Ruby's Math module, including `SIN`, `COS`, `TAN`, etc.
-Functions: `IF`, `NOT`, `MIN`, `MAX`, `ROUND`, `ROUNDDOWN`, `ROUNDUP`
+Comparison: `<`, `>`, `<=`, `>=`, `<>`, `!=`, `=`,
-Selections: `CASE` (syntax see [spec](https://github.com/rubysolo/dentaku/blob/master/spec/calculator_spec.rb#L292))
+Logic: `IF`, `AND`, `OR`, `NOT`
-Math: all functions from Ruby's Math module, including `SIN`, `COS`, `TAN`, etc.
+Functions: `MIN`, `MAX`, `ROUND`, `ROUNDDOWN`, `ROUNDUP`
-String: `LEFT`, `RIGHT`, `MID`, `LEN`, `FIND`, `SUBSTITUTE`, `CONCAT`
+Selections: `CASE` (syntax see [spec](https://github.com/rubysolo/dentaku/blob/master/spec/calculator_spec.rb#L292))
+String: `LEFT`, `RIGHT`, `MID`, `LEN`, `FIND`, `SUBSTITUTE`, `CONCAT`, `CONTAINS`
+
RESOLVING DEPENDENCIES
----------------------
If your formulas rely on one another, they may need to be resolved in a
particular order. For example:
@@ -275,10 +277,10 @@
LICENSE
-------
(The MIT License)
-Copyright © 2012-2016 Solomon White
+Copyright © 2012-2017 Solomon White
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the ‘Software’), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of