CHANGES.md in trailblazer-loader-0.0.5 vs CHANGES.md in trailblazer-loader-0.0.6
- old
+ new
@@ -1,5 +1,9 @@
+# 0.0.6
+
+* Allow injection of additional files in `Loader::ConceptFiles` from earlier functions.
+
# 0.0.5
* Remove `representable` dependency. This is a temporary fix until we have a pipelining gem.
# 0.0.4
@@ -14,6 +18,6 @@
* Internally, use `Representable::Pipeline` to model the loading steps. This allows gems like `trailblazer-rails` to plug in additional loading steps.
# 0.0.1
-* Obviously, the first version ever. This implements the "lexical-width" strategy, only.
\ No newline at end of file
+* Obviously, the first version ever. This implements the "lexical-width" strategy, only.