Changes between Version 152 and Version 153 of ReleaseNotes


Ignore:
Timestamp:
04.01.2017 17:38:37 (8 years ago)
Author:
jri
Comment:

4.8.5 release notes, pt. 1

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v152 v153  
    22 
    33= Release Notes = 
     4 
     5---- 
     6 
     7== 2017-01-04: DeepaMehta 4.8.5 == 
     8 
     9Improvements: 
     10* The user can find instances of these 7 Core types through a by-text search: //Topic Type//, //Association Type//, //Meta Type//, //Data Type//, //Role Type//, //Cardinality//, and //Plugin//. E.g. you can search for "Person" to find the Person topic type (#688). 
     11 
     12Changes: 
     13* The "Retype Topic" feature is removed. It created too many problems (#1057, #446). 
     14* Creating Icon topics is now performed by an explicit "Create Icon" command, provided by File topics (#1044). 
     15 
     16Bug fixes: 
     17* Handling of Icon topics works also for access controlled file repos (#1044). 
     18* The association duplicate check involves the association //value// as well. E.g. two congruent assoc defs can be created as long as they are differentiated by custom assoc type (was broken in DM 4.8.4) (#1009). 
     19* The detail panel enforces implicit READ permission for the topic types rendered in group headers (#1028). 
     20* Webclient starts properly also if an invalid topic ID is contained in the launch URL (#1058). 
     21 
     22Plugin Development Framework: 
     23* 3 more `DeepaMehtaType` methods returns the type itself in order to support call chaining (ticket:941#comment:26) 
    424 
    525----