blob: 7f4c35069e1d31470e9f942bcdde3019bae7f159 (
plain)
1
2
3
4
5
6
7
|
## [Unreleased]
### Fixed
- Fixed a bug that could cause a panic.
- `type()` now returns `null` instead of `unknown` for null values.
- Added YAML support for merge tag/aliases. Thanks to [pmeier](https://github.com/pmeier). [Issue 285](https://github.com/TomWright/dasel/issues/285).
|