The document discusses new features in Groovy 1.8 and upcoming changes in Groovy 2.0. Key points include:
- Groovy 1.8 introduced "command chains" allowing method calls to be written without dots or parentheses for improved readability.
- Other Groovy 1.8 features included performance improvements, GPars for concurrency, and built-in JSON support.
- Groovy 2.0 will align more with JDK 7, add static type checking and compilation, and improve modularity.