summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-07-03 00:22:51 +0200
committerWuzzy <almikes@aol.com>2016-07-03 00:22:51 +0200
commitc26dd7d6a40cbc58118fbdfbf1f9eb7ead482a49 (patch)
treef26ef972fce33d78e7ad2efe520f2d41e3b3fd30
parent9af3f328fc51206b25231b5c38360fdccf357334 (diff)
Version 1.4.0
-rw-r--r--API.md2
-rw-r--r--README.md2
-rw-r--r--changelog.txt5
3 files changed, 7 insertions, 2 deletions
diff --git a/API.md b/API.md
index d9a4179..47b685b 100644
--- a/API.md
+++ b/API.md
@@ -1,4 +1,4 @@
-API documentation for the HUD bars mod 1.3.0
+API documentation for the HUD bars mod 1.4.0
============================================
## Introduction
diff --git a/README.md b/README.md
index f556330..0edef3d 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ this mod will place them accordingly.
position should be displayed correctly on every screen size.
## Current version
-The current version is 1.3.0.
+The current version is 1.4.0.
This software uses [semantic versioning](http://semver.org), as defined by version 2.0.0 of the SemVer
standard.
diff --git a/changelog.txt b/changelog.txt
index 9ead0e2..84d0552 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -72,3 +72,8 @@ as of version 2.0.0 of the standard <http://semver.org/>.
- Use Markdown syntax in readme file
- Fix some factual mistakes in readme file
- Add metadata: mod.conf, description.txt, screenshot.png
+
+1.4.0
+-----
+- Allow to change HUD bar images and label after it has been registered
+- Minor API.md correction