# # ChangeLog for branches/3026_IntegrationIntoSymSpace/Heuristiclab.ConfigStarter/Properties # # Generated by Trac 1.0.12 # 08/10/24 01:48:04 Tue, 26 Nov 2019 12:27:23 GMT dpiringe [17371] * branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Converters/BaseConverter.cs (modified) * branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Converters/CheckedItemListConverter.cs (added) * branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Converters/ConfigurableConverter.cs (added) * branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Converters/ItemCollectionConverter.cs (added) * branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Converters/PrimitiveConverter.cs (added) * branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/HeuristicLab.JsonInterface.csproj (modified) * branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/JsonItem.cs (modified) * branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/JsonItemConverter.cs (modified) * branches/3026_IntegrationIntoSymSpace/Heuristiclab.ConfigStarter (added) * branches/3026_IntegrationIntoSymSpace/Heuristiclab.ConfigStarter/HeuristicLab.snk (added) * branches/3026_IntegrationIntoSymSpace/Heuristiclab.ConfigStarter/Heuristiclab.ConfigStarter.csproj (added) * branches/3026_IntegrationIntoSymSpace/Heuristiclab.ConfigStarter/Plugin.cs.frame (added) * branches/3026_IntegrationIntoSymSpace/Heuristiclab.ConfigStarter/Program.cs (added) * branches/3026_IntegrationIntoSymSpace/Heuristiclab.ConfigStarter/Properties (added) * branches/3026_IntegrationIntoSymSpace/Heuristiclab.ConfigStarter/Properties/AssemblyInfo.cs (added) #3026: - added new Converters: - `CheckedItemListConverter` - ...