Skip to content

Commit

Permalink
last changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoVcode committed Mar 29, 2017
1 parent e16a932 commit febdd4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ins_common/src/main/java/org/scg/common/Properties.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class Properties {
public static final String BUILDTAG = "<BUILDTAG>";
public static final String BUILDDATE = "<BUILDDATE>";
public static final String RELEASEVERSION = "<RELEASEVERSION>";
public static final String RELEASEKEY = "<RELEASEKEY>";

private static Properties INSTANCE;
private static final String DEV_ENVIRONMENT = "DEVELOPMENT";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<li class="ch-added">Adding tooltip with formatted JSON content for headers and bodys</li>
<li class="ch-added">Slight flashing when new set of PROXY results are popping up</li>
<li class="ch-added">Indicator for WebSockets activity</li>
<li class="ch-added">Making UI slightly more responsive (do not expect it to be mobile friendly, though).</li>
</ul>
</section>

Expand Down

0 comments on commit febdd4e

Please sign in to comment.