mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
update version number, update changelog
This commit is contained in:
parent
fec4114adc
commit
b7f5e79bd3
@ -1,4 +1,13 @@
|
|||||||
|
|
||||||
|
# MoonScript v0.2.6 (2014-6-18)
|
||||||
|
|
||||||
|
## Bugs Fixes
|
||||||
|
|
||||||
|
* Fixes to posmap generation for multi-line mappings and variable declarations
|
||||||
|
* Prefix file name with `@` when loading code so stack traces tread it as file
|
||||||
|
* Fix bug where `moonc` couldn't work with absolute paths
|
||||||
|
* Improve target file path generation for `moonc`
|
||||||
|
|
||||||
# MoonScript v0.2.5 (2014-3-5)
|
# MoonScript v0.2.5 (2014-3-5)
|
||||||
|
|
||||||
## New Things
|
## New Things
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
|
|
||||||
{
|
{
|
||||||
version: version,
|
version: version,
|
||||||
|
Loading…
Reference in New Issue
Block a user