CHANGELOG.md in dry-component-0.4.2 vs CHANGELOG.md in dry-component-0.4.3
- old
+ new
@@ -1,17 +1,27 @@
+# 0.4.3 - 2016-08-01
+
+### Fixed
+
+- Return immediately from `Container.load_component` if the requested component key already exists in the container. This fixes a crash when requesting to load a manually registered component with a name that doesn't map to a filename (timriley in [#24](https://github.com/dry-rb/dry-component/pull/24))
+
+[Compare v0.4.2...v0.4.3](https://github.com/dry-rb/dry-component/compare/v0.4.2...v0.4.3)
+
# 0.4.2 - 2016-07-26
### Fixed
- Ensure file components can be loaded when they're requested for the first time using their shorthand container identifier (i.e. with the container's default namespace removed) (timriley)
+[Compare v0.4.1...v0.4.2](https://github.com/dry-rb/dry-component/compare/v0.4.1...v0.4.2)
+
# 0.4.1 - 2016-07-26 [YANKED]
### Fixed
- Require the 0.4.0 release of dry-auto_inject for the features below (in 0.4.0) to work properly (timriley)
-[Compare v0.3.0...v0.4.0](https://github.com/dry-rb/dry-component/compare/v0.4.0...v0.4.1)
+[Compare v0.4.0...v0.4.1](https://github.com/dry-rb/dry-component/compare/v0.4.0...v0.4.1)
# 0.4.0 - 2016-07-26 [YANKED]
### Added