Closed blowfishpro closed 6 years ago
This ended up being a lot of code changes...
One small user-facing change, :HAS[#someValue] is now treated the same as :HAS[#someValue[*]] (previously it resulted in an exception)
:HAS[#someValue]
:HAS[#someValue[*]]
This ended up being a lot of code changes...
One small user-facing change,
:HAS[#someValue]
is now treated the same as:HAS[#someValue[*]]
(previously it resulted in an exception)