Files
eiffel-org/documentation/21.11/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/Release-notes-for-EiffelStudio-21.11.wiki
2021-12-09 16:03:17 +00:00

28 lines
1.3 KiB
Plaintext

[[Property:modification_date|Thu, 09 Dec 2021 16:03:17 GMT]]
[[Property:publication_date|Tue, 09 Nov 2021 08:30:45 GMT]]
[[Property:uuid|832C4922-780A-4A17-BA9C-61A9211EF6FF]]
[[Property:title|Release notes for EiffelStudio 21.11]]
[[Property:link_title|21.11]]
[[Property:weight|-6]]
{{UnderConstruction|This page is currently edited. Come back soon or check the changelog }}
==Graphical environment==
* On non Windows platforms (linux, macosx, ...), EiffelStudio is now using '''GTK3''' (instead of the older GTK2).
* The new '''Source Control''' tool provides basic '''GIT''' and '''subversion''' operations (status, diff, commit, ...). The related tools have to be installed on your machine, as the Source Control tool relies on the executable `git` and `svn` commands.
==Compiler==
==Libraries==
* The vision2 library is now using GTK3 by default on non Windows platforms (linux, macosx, ...). To compile using GTK2, set the variable `vision_implementation=gtk2`.
* The JSON library was improved with a new date time serializer, and the possibility to use the reflector serializer with JSON_BASIC_SERIALIZATION.
* Various bug fixes and improvements on the EiffelWeb library, and the Eiffel CMS solution.
==Known issues==
=== EiffelStudio IDE===
----
See [https://dev.eiffel.com/EiffelStudio_21.11_Releases change log] for more details.