README.md in dentaku-3.4.2 vs README.md in dentaku-3.5.0

- old
+ new

@@ -3,11 +3,10 @@ [![Join the chat at https://gitter.im/rubysolo/dentaku](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rubysolo/dentaku?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Gem Version](https://badge.fury.io/rb/dentaku.png)](http://badge.fury.io/rb/dentaku) [![Build Status](https://travis-ci.org/rubysolo/dentaku.png?branch=master)](https://travis-ci.org/rubysolo/dentaku) [![Code Climate](https://codeclimate.com/github/rubysolo/dentaku.png)](https://codeclimate.com/github/rubysolo/dentaku) -[![Hakiri](https://hakiri.io/github/rubysolo/dentaku/master.svg)](https://hakiri.io/github/rubysolo/dentaku) [![Coverage](https://codecov.io/gh/rubysolo/dentaku/branch/master/graph/badge.svg)](https://codecov.io/gh/rubysolo/dentaku) DESCRIPTION ----------- @@ -142,15 +141,15 @@ Also, all functions from Ruby's Math module, including `SIN`, `COS`, `TAN`, etc. Comparison: `<`, `>`, `<=`, `>=`, `<>`, `!=`, `=`, -Logic: `IF`, `AND`, `OR`, `NOT`, `SWITCH` +Logic: `IF`, `AND`, `OR`, `XOR`, `NOT`, `SWITCH` Numeric: `MIN`, `MAX`, `SUM`, `AVG`, `COUNT`, `ROUND`, `ROUNDDOWN`, `ROUNDUP` -Selections: `CASE` (syntax see [spec](https://github.com/rubysolo/dentaku/blob/master/spec/calculator_spec.rb#L292)) +Selections: `CASE` (syntax see [spec](https://github.com/rubysolo/dentaku/blob/master/spec/calculator_spec.rb#L593)) String: `LEFT`, `RIGHT`, `MID`, `LEN`, `FIND`, `SUBSTITUTE`, `CONCAT`, `CONTAINS` Collection: `MAP`, `FILTER`, `ALL`, `ANY`, `PLUCK` @@ -321,10 +320,10 @@ LICENSE ------- (The MIT License) -Copyright © 2012-2019 Solomon White +Copyright © 2012-2022 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