misc: fix typo in changelog

I need a proof-reader...
This commit is contained in:
Derek Parker 2016-01-26 11:19:58 -08:00
parent 139fb8353b
commit de02a5b0a6

@ -27,7 +27,7 @@ All changes mention the author, unless contributed by me (@derekparker).
### Fixed ### Fixed
- Misc fixes in preparation for Go 1.6. (@aarzilli, @derekparker) - Misc fixes in preparation for Go 1.6. (@aarzilli, @derekparker)
- Replace stdlib debug/dward with golang.org/x/debug/dwarf and fix Dwarf endian related parsing issues. (@aarzilli) - Replace stdlib debug/dwarf with golang.org/x/debug/dwarf and fix Dwarf endian related parsing issues. (@aarzilli)
- Fix `goroutines` not working without an argument. (@aarzilli) - Fix `goroutines` not working without an argument. (@aarzilli)
- Always clear temp breakpoints, even if normal breakpoint is hit. (@aarzilli) - Always clear temp breakpoints, even if normal breakpoint is hit. (@aarzilli)
- Infinite loading loop through maps. (@aarzilli) - Infinite loading loop through maps. (@aarzilli)