Skip to content

Commit 2a252e8

Browse files
committed
Cut v0.3.0
1 parent e5dde2a commit 2a252e8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
8+
## v0.3.0
99

1010
This release focuses on creating a resilient addon registration
1111
interface that is compatible with the existing Lua module system. It
@@ -39,6 +39,7 @@ depend on other addons.
3939
Directories under `addons/` do _not_ have to export this key if they
4040
are simply regular Lua modules; they will not show up in the addon
4141
list and not be able to register hooks.
42+
- Basic unit testing for Underscore utility library.
4243

4344
### Changed
4445

@@ -56,7 +57,7 @@ depend on other addons.
5657

5758
- `on_` functions have all been removed from the `pso` global table.
5859

59-
## 0.2.1
60+
## v0.2.1
6061

6162
No changes have been made to the plugin itself, this is just a release
6263
test for AppVeyor.
@@ -65,12 +66,12 @@ test for AppVeyor.
6566

6667
- AppVeyor continuous integration builds.
6768

68-
## 0.2.0
69+
## v0.2.0
6970

7071
This update "breaks" compatibility with 0.1.0 by ensuring read_mem
7172
yields numbers of the range 0 to 255 rather than -127 to 127. This was
7273
the intended behavior.
7374

74-
## 0.1.0
75+
## v0.1.0
7576

7677
Minimum viable product.

0 commit comments

Comments
 (0)