lib/array_logic/version.rb in array_logic-0.2.3 vs lib/array_logic/version.rb in array_logic-0.2.4
- old
+ new
@@ -1,10 +1,16 @@
module ArrayLogic
- VERSION = "0.2.3"
+ VERSION = "0.2.4"
end
# History
# =======
+#
+# Version 0.2.4
+# -------------
+# Adds mechanism for handling issue of being unable to determine combinations
+# for rules with functions, without increasing complexity of combinations methods.
+# Choice of how to handle the issue can be made in the host app.
#
# Version 0.2.3
# -------------
# Bug fix: Identification of ids in rule would see a number preceded by a number
# as a valid id. So 51 would be seen as 1, and 34 as 4. Updated id pattern to