| layout | default | ||||
|---|---|---|---|---|---|
| title | Changelog | ||||
| nav_order | 140 | ||||
| has_children | false | ||||
| has_toc | false | ||||
| description | Track NetLicensing additions, updates and fixes using NetLicensing changelog | ||||
| permalink | changelog | ||||
| sitemap |
|
We improve the NetLicensing services every day by releasing new features, squashing bugs, and delivering fresh documentation. Here's an account of what's recently happened. This is our #changelog.
Tour: Notable Features
<script type="text/javascript" src="{{ "/assets/js/guidechimp-tours.js" | absolute_url }}"></script>{% for change in site.data.changelog %}
{% if change.component %}In {{ change.component }} on {% endif %}{{ change.date | date: '%B %d, %Y' }}
{{ change.description }}
{% if change.image %}
{% endif %}
{% if change.features %} Changes: {% for feature in change.features %} {% for item in feature %} {% case item[0] %} {% when 'added' %} {% assign style = 'label-green' %} {% when 'updated' %} {% assign style = 'label-yellow' %} {% when 'fixed' %} {% assign style = 'label-red' %} {% else %} {% assign style = 'label-purple' %} {% endcase %}
- {{ item[0] }} {{ item[1] }} {% endfor %} {% endfor %} {% endif %}
{% if change.url %} [Learn more]({{ change.url }}){: .btn } {% endif %}
{% endfor %}
Here you can find a historical archive of past NetLicensing release notes.