Skip to content

Commit

Permalink
v2.139
Browse files Browse the repository at this point in the history
  UI changes:
    * Show warnings in blue color (color can be
      configured using Log4Perl config file)
    * shell UI:
      * add info command
      * improve tree and ls commands

  API changes:
    * Node: add autoadd argument to fetch_element
      and has_element methods
    * add get_info method to most tree classes

  Bug fix:
    * Exception: drop constraint in parsed_file
      which avoids a crash when cme should be
      showing an error message

  Misc:
    * cleanup code. Thanks kritika.io for the suggestions
    * updated copyright years
  • Loading branch information
dod38fr committed Jul 18, 2020
1 parent fb73860 commit 33db1cb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Changes
@@ -1,5 +1,28 @@
{{$NEXT}}

2.139 2020-07-18

UI changes:
* Show warnings in blue color (color can be
configured using Log4Perl config file)
* shell UI:
* add info command
* improve tree and ls commands

API changes:
* Node: add autoadd argument to fetch_element
and has_element methods
* add get_info method to most tree classes

Bug fix:
* Exception: drop constraint in parsed_file
which avoids a crash when cme should be
showing an error message

Misc:
* cleanup code. Thanks kritika.io for the suggestions
* updated copyright years

2.138 2019-12-27

Bug fix:
Expand Down

0 comments on commit 33db1cb

Please sign in to comment.