Small NEWS update

This commit is contained in:
Colomban Wendling 2016-07-09 22:19:07 +02:00
parent 5ce9115713
commit 0c16667875

7
NEWS
View File

@ -20,13 +20,18 @@ Geany 1.28 (unreleased)
* Various improvements to the Ruby parser (Issue#587). * Various improvements to the Ruby parser (Issue#587).
* Fix Haskell single line comments (Alexander, PR#1029). * Fix Haskell single line comments (Alexander, PR#1029).
* Update Java keywords (Yan Pashkovsky, #1024). * Update Java keywords (Yan Pashkovsky, #1024).
* Fix handling of curly brackets in Make (Masatake YAMATO). * Fix handling of curly brackets in Make (Masatake Yamato).
* Add ECMAScript 6 keywords (Chris Mayo, PR#980). * Add ECMAScript 6 keywords (Chris Mayo, PR#980).
* Slight improvement to the Java file template (Philipp Wiesemann, PR#1073). * Slight improvement to the Java file template (Philipp Wiesemann, PR#1073).
* Add missing `last-child` CSS pseudo-class (Issue#1102).
Internationalization Internationalization
* Updated translations: ca, de, el, es, fr, it, ja, lt, pt, ru, sk, tr, zh_CN * Updated translations: ca, de, el, es, fr, it, ja, lt, pt, ru, sk, tr, zh_CN
API
* Don't require static strings for key group name and label (PR#1126).
* Formally add TMTag to the API (Thomas Martitz, PR#1093).
Plugins Plugins
* Class builder: use `.hpp` extension for C++ headers by default * Class builder: use `.hpp` extension for C++ headers by default
(Yan Pashkovsky, PR#999). (Yan Pashkovsky, PR#999).