From a91e0dfa720b9bf0491407355833bc03ea449e84 Mon Sep 17 00:00:00 2001 From: David Karnok Date: Wed, 5 Aug 2026 09:51:03 +0200 Subject: [PATCH] Update README to reflect recent changes and removals Removed mentions of Iterable Extensions and Javadoc bloat revamp. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 348c13496c..5f15340c4b 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,7 @@ It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern) - :satellite: Internal optimizations now that I have the master :key:. - :eye: Possible usages for Scoped variables for context and per-item resource management. - :eye: Possible inclusion of 2nd and 3rd party operators. -- :eye: Possible inclusion of the Iterable Extensions (Ix) 2nd party library. ju.Stream is sh|t wrt interfacing and composability. - :question: Android compatibility depends on your API level and what desugaring is available. -- :question: Rewamp of the Javadoc bloat in the base types via `sealed` interfaces? Not certain how much it helps. -- :lady_beetle: Resolve many anomalies and bugs with operators such as `groupBy`, `window`, `concat`, etc. - :warning: RxJava 3.x support will be toned down in the coming months, will be offered for +1 year after 4.x official release. 1 :stop: Unfortunately Java 27 has no language or API enhancements we can use, because Structured Concurrency remained preview for one.