diff --git a/README.md b/README.md index c76a1d50..e3a94484 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,6 @@ do not combine the commands because they can not be executed at the same time. ## Current Down Sides (Random order) - Testing for Sub Maps/Sets/Lists are only in a very basic way tested - Documentation is only present at the lowest level for most cases and needs a typo fixing. -- ToString method in Wrapper Classes do not work correctly. (Synchronized/Unmodifiable wrappers) \ No newline at end of file +- ToString method in Wrapper Classes do not work correctly. (Synchronized/Unmodifiable wrappers) +- addAll for NonMatching TypeLists (using JavaLists on Primitive CollectionLists as example) crashes right now. +- clearAndTrim do not work correct right now \ No newline at end of file